Does anyone have the code to drag a window because i have no Title Bar...
im programming visual c++ MFC framework.
drag window
Started by acce55, Jul 28 2009 12:41 PM
4 replies to this topic
#1
Posted 28 July 2009 - 12:41 PM
|
|
|
#2
Posted 29 July 2009 - 07:38 AM
How do you want dragging the window to work?
#3
Posted 29 July 2009 - 11:40 AM
when you click and hold in the client area, it will drag
#4
Posted 29 July 2009 - 12:14 PM
Not knowing MFC: I would think there is a mouse_down event and a mouse_drag event you can use for the client area. Then adjust the left/top coordinates accordingly.
#5
Posted 02 August 2009 - 01:04 PM
Just curious...why are you using MFC? Here's a link I found with a problem exactly like yours, and a solution.
Move a Window in MFC
Move a Window in MFC
Edited by dargueta, 02 August 2009 - 01:06 PM.
Typo
sudo rm -rf /


Sign In
Create Account

Back to top









