WM_WINDOWPOSCHANING??
-
Hi, Please anyone can tell in which type of window our application does not get WM_WINDOWPOSCHANING message, What type of window I need to create so that i'll get this message in my application. thanx in advance.
-
Hi, Please anyone can tell in which type of window our application does not get WM_WINDOWPOSCHANING message, What type of window I need to create so that i'll get this message in my application. thanx in advance.
-
I think Windows will send WM_WINDOWPOSCHANING message for all type of windows. There is no exception in this case.
prvn
would u please give me sample code to trap this messagfe in dialog based application.
-
would u please give me sample code to trap this messagfe in dialog based application.
The same way you would any other message. If you are using VS6, open ClassWizard (Ctrl+W) and click the Class Info tab. In the Message filter combobox, select Window. Now go back to the Message Maps tab. Look in the Messages listbox for
WM_WINDOWPOSCHANGING
. Using VS200x is similar but I do not have it in front of me."Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons