09-23-2008 02:35 AM
Hi,
For example... I would like to move my picture 10 pixels left when i prees some button. And next question... I would like to change visibility: if EVENT_LEFT_CLICK then I want to see my picture when EVENT_RIGHT_CLICK then I don't wanna see my picture. Please help:)
Thanks.
09-23-2008 03:40 AM
You should examine the SetCtrlAttribute() function, in conjunction with the ATTR_LEFT and ATTR_VISIBLE attributes. I'm sure this will point you in the right direction.
JR
09-23-2008 04:44 AM
Thanks!:)