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

    WM_GETMINMAXINFO for Dialog

    i want to intercept WM_GETMINMAXINFO for my mfc dialog app -- but the classwizard isnt listing it... can i still intercept it?

    My Dialog has WS_THICKFRAME.. so it *can* be resized.. but I want to limit its size..


  2. #2
    Join Date
    Oct 1999
    Location
    MADRID, SPAIN
    Posts
    22

    Re: WM_GETMINMAXINFO for Dialog

    in class wizard use "CLASS INFO" window to change message filter from Dialog to Window !!!


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