|
Size and Position Messages
Windows sends the WM_GETMINMAXINFO message to a window whose size or position is about to change. For example,
the message is sent when the user chooses the Move or Size command from the
window menu or clicks the sizing border or title bar; the message is also sent when
an application calls SetWindowPos to move or size the window. WM_GETMINMAXINFO includes a pointer to a MINMAXINFO structure containing the default maximized size and position for the window,
as well as the default minimum and maximum tracking sizes. An application can
override the defaults by processing WM_GETMINMAXINFO and setting the appropriate
members of MINMAXINFO. A window must have the WS_THICKFRAME or WS_CAPTION style to receive
WM_GETMINMAXINFO. A window with the WS_THICKFRAME style receives this message during
the window-creation process, as well as when it is being moved or sized.
Windows sends the WM_WINDOWPOSCHANGING message to a window whose size, position, position in the Z order, or show
state is about to change. This message includes a pointer to a WINDOWPOS structure that specifies the window's new size, position, position in the Z
order, and show state. By setting the members of WINDOWPOS, an application can affect the window's new size, position, and appearance.
After changing a window's size, position, position in the Z order, or show
state, Windows sends the WM_WINDOWPOSCHANGED message to the window. This message includes a pointer to WINDOWPOS that informs the window of its new size, position, position in the Z order,
and show state. Setting the members of the WINDOWPOS structure that is passed with WM_WINDOWPOSCHANGED has no effect on the
window. A window that must process WM_SIZE and WM_MOVE messages must pass WM_WINDOWPOSCHANGED to the DefWindowProc function; otherwise, Windows does not send WM_SIZE and WM_MOVE messages to
the window.
Windows sends the WM_NCCALCSIZE message to a window when the window is created or sized. Windows uses the
message to calculate the size of a window's client area and the position of the
client area relative to the upper left corner of the window. A window typically
passes this message to the default window procedure; however, this message can
be useful in applications that customize a window's nonclient area or preserve
portions of the client area when the window is sized. For more information about
window size, see Painting and Drawing.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|