PDA

Click to See Complete Forum and Search --> : help creating something like OnMove event


Jimlin41
Jul 12th, 2000, 12:27 PM
I've been trying to figure out a way to figure out when a form moves but so far I've only been able to come up with two ways... a timer (which is bad), and using API to move the form without the title bar. The latter method uses the MouseMove event so I put code that'll detect when the form moves. Is there anyway to detect when the user clicks on the title bar? Also... for some reason, Borderstyle = none doesn't work even in design time in my project. How can I fix this? Any help would be appreciated. Thanks.

QWERTY
Jul 12th, 2000, 12:49 PM
Try this post
http://forums.vb-world.net/showthread.php?threadid=17866
(includes subclassing)