An ASSERT occurs while I'm trying to get the coordinates of the toolbar in WM_SIZE!
I hate to say this, but I tried to get the coordinates of the toolbar in the WM_SIZE, after the program has been maximized.
But the program gives me an ASSERT error!
But I thought the toolbar is already created when WM_SIZE is called?
Help please!
Can anyone show me how to get the bounding coordinates of a toolbar after the program has been maximized?
I even tried WM_ACTIVATE, WM_SHOWWINDOW and WM_WINDOWPOSCHANGED, but in vain.
Thanks a lot! :)