PDA

View Full Version : How to make a moveable frame?


Googus
05-06-2007, 11:42 PM
I wondering what kind of code i need to use to get my frame "DXGForm_0011" to be moveable on OnDrag function.

Duugu
06-06-2007, 12:35 AM
<OnDragStart>
this:StartMoving()
</OnDragStart>
<OnDragStop>
this:StopMovingOrSizing()
</OnDragStop>

Googus
06-06-2007, 11:18 AM
Thank Duugu