Link to home
Start Free TrialLog in
Avatar of ypy1632008
ypy1632008

asked on

WM_EXITSIZEMOVE is received immediately after trying to resize the window in VC++ application

Hi,
I have an application on XP.  After application started,  the window can be resized by dragging right border of window.  However,  after CDialogBar is created,  the window can not be resized.

I traced the message via Spy++,  it seems a message "WM_EXITSIZEMOVE" is sent to application right after I started moving right border of window.

The strange thing is, when I remotely login on the Desktop, and start the application, create CDialogBar, the window resizing works fine.  There must be something missed which caused it. But I have no ideas on this.

Please help!
Avatar of alb66
alb66
Flag of Italy image

Can you post some code snippet?
ASKER CERTIFIED SOLUTION
Avatar of ypy1632008
ypy1632008

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ypy1632008
ypy1632008

ASKER

Sorry, I didn't mean to request 250 points. It was an accident!  Please ignore it.