I do not repaint window,when resizing.
-
I design a class inherit CControlBar, but when I resizing it, it's size is modified continuous. I hope that it will not set size and repaint until the mouse is released.
-
I design a class inherit CControlBar, but when I resizing it, it's size is modified continuous. I hope that it will not set size and repaint until the mouse is released.
-
It depends on Windows settings. In Windows 2000: Display Properties - Effects - Show window contents while dragging.
Ok, I want to capture the mouse's release message, when it finished dragging. In fact, I can capture the WM_NCLBUTTONDOWN, but I can't get the WM_NCLBUTTONUP, why?Thanks a lots.
-
I design a class inherit CControlBar, but when I resizing it, it's size is modified continuous. I hope that it will not set size and repaint until the mouse is released.