Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Writing a Input Screen Designer
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00153946
Message ID:
00154249
Views:
15
Any ideas on how to allow the users to resize the controls

Sonali


>Hi Sonali,
>
>
>in Each Of your controls in the mouse down event you need
>
>if nButton =1
> this.drag
>Endif
>You could change the Drag Drop ICon If you want to .
>
>
>On the Form Drag Over Event where you will be moving the controls place this code.
>
>LPARAMETERS oSource, nXCoord, nYCoord, nState
>oSource.left = nXCoord
>oSource.top = nYCoord
>
>Hope India Wins the cricket in Sharjah.
>
>Regards,
>Fred.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform