Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » WM_ENTERSIZEMOVE Collapse All
Subject Author Date
Daniel Dupre Jun 15, 2014 - 8:27 PM

I am having trouble getting my window derived from CExtControlBar to recieve either the WM_ENTERSIZEMOVE or WM_EXITSIZEMOVE.
[code]
ON_MESSAGE( WM_ENTERSIZEMOVE, OnEnterSize )
ON_MESSAGE( WM_EXITSIZEMOVE, OnExitSize )
[/code]

Art Wilkes Jun 16, 2014 - 10:24 AM

in floating state of the control bar must attach a custom implementation of CMiniDockFrameWnd class and handle the WM_ENTERSIZEMOVE message on that class.

Prof-UIS Support