2013-12-05 11:11 UTC
Hi , i am new in Forum,
how can i for a GraphicButton 2 Image use?
eg. for one click "Image a", second click "Image b", next click again "Image a", next click "Image b" so.
Thankyou
(defun c:Layer_Manager_Form1_GraphicButton5_OnClicked (/)
(if
????????????????
(dcl_Control_SetPicture Layer_Manager_Form1_GraphicButton5 105)
(dcl_Control_SetPicture Layer_Manager_Form1_GraphicButton5 104)
)
)
how can i for a GraphicButton 2 Image use?
eg. for one click "Image a", second click "Image b", next click again "Image a", next click "Image b" so.
Thankyou
(defun c:Layer_Manager_Form1_GraphicButton5_OnClicked (/)
(if
????????????????
(dcl_Control_SetPicture Layer_Manager_Form1_GraphicButton5 105)
(dcl_Control_SetPicture Layer_Manager_Form1_GraphicButton5 104)
)
)