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:
00154248
Views:
14
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.
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform