Sub-Application Object Dragging
Hi guys,
Let's say I'm using the Sub-application object and it points to a frame. Now, during the run-time, how do I make it dragable? So that when a user hovers the mouse over the sub-application and holds down a mouse and drags, the sub-application will move with the mouse and stay at a position where it's released.
Any help would be appreciated.
Thanks
Re: Sub-Application Object Dragging
1. Easy Way
Check "Dialog Frame" and "Border" in the sub-app properties.
2. Harder Way
Store the sub-app window positions, and reload them.
Example:
Jaffob's Files "OS Interface" is the one you want.
stephen1980