CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    10

    Move event of a form?



    I want to prevent a form to be moveed over an other form.

    Does anyone knows an event that occurs when a form is moved, so that I can check if it is moved over the other form.

    The resize event does not occurs when a form is moved.


    Thanks for your help.

    Felix.

  2. #2
    Join Date
    Dec 1998
    Posts
    5

    Re: Move event of a form?



    Hi


    Guess you'll need to subclass your window for that... there are 2 or 3 window messages which deal with that

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

Featured