CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AlExRnZ72lm

Search: Search took 0.02 seconds.

  1. Re: WM_GETMINMAXINFO problem when window is maximized

    But I don't understand what I have to do.
  2. Re: WM_GETMINMAXINFO problem when window is maximized

    GetSystemMetrics( SM_CYMIN ) is 38 on my system.
    But I don't understand what I have to do.
  3. WM_GETMINMAXINFO problem when window is maximized

    I want to reduce (by 1 only pixel) the height of a window when it is show maximized.
    In my window procedure I have the following code in C++:


    case WM_GETMINMAXINFO:
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured