CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2002
    Location
    India
    Posts
    14

    Wm_windowposchanged

    Is there a way of blocking WM_WINDOWPOSCHANGED/WM_WINDOWPOSCHANGING to be posted to the window?

    - Sharoon

  2. #2
    Join Date
    Jan 2003
    Location
    Cambridge, UK
    Posts
    752
    why not to use empty handlers for these messages?
    Cheers,

    Alex
    Please rate this post if you find it helpful

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