Results 1 to 2 of 2

Thread: help creating something like OnMove event

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 1999
    Posts
    56
    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.

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    Try this post
    http://forums.vb-world.net/showthrea...threadid=17866
    (includes subclassing)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width