C++ Windows Apps help!!
Ok, I'm working on a project and I can't find a list of different instances. I'm using WM_LBUTTONDOWN on one part and I'm trying to find a command to follow a mouse. So when they click it will follow their mouse.
Anyone have any ideas? I have a general idea on what to do for it.
I'm making a Paint program and am trying to do a freedraw on it.
Anyone have any ideas? I have a general idea on what to do for it.
I'm making a Paint program and am trying to do a freedraw on it.
WM_MOUSEMOVE maybe?
http://msdn.microsoft.com/library/en...asp?frame=true
i assume your proggy already recognizes the left button down msg, right?
http://msdn.microsoft.com/library/en...asp?frame=true
i assume your proggy already recognizes the left button down msg, right?



hfawk: