Guest_imported
New member
- Jan 1, 1970
- 0
Hello all. My program spawns a thread that creates a dialog for displaying a graph. When the dialog is created, WM_SIZE is sent several times as the graph orients itself.
Inside my MFC OnSize event, I would like to be able to separate out any calls that come from the end-user using the mouse to resize from everything else.
So my question is...is there any way to tell that a size message has come from the mouse event of pulling a window wider?
Thanks for any help you can give!
Inside my MFC OnSize event, I would like to be able to separate out any calls that come from the end-user using the mouse to resize from everything else.
So my question is...is there any way to tell that a size message has come from the mouse event of pulling a window wider?
Thanks for any help you can give!