tishri
New member
- Joined
- Feb 22, 2008
- Messages
- 3
- Programming Experience
- 5-10
Hi everyone,
I would like to know if its possible to bind the property LOCATION of an object like button.
Like:
FORM LOAD
button1.location = new location(hscrollbar1.value,vscrollbar1.value)
So that, every time I move either the hscrollbar1 or vscrollbar1 the button1.location will change or moves the object to the location of hscrollbar1.value and vscrollbar1.value. It should happen without setting its value using the SCROLL EVENT.
Thanks..
I would like to know if its possible to bind the property LOCATION of an object like button.
Like:
FORM LOAD
button1.location = new location(hscrollbar1.value,vscrollbar1.value)
So that, every time I move either the hscrollbar1 or vscrollbar1 the button1.location will change or moves the object to the location of hscrollbar1.value and vscrollbar1.value. It should happen without setting its value using the SCROLL EVENT.
Thanks..