I have that code in a window's window prcoedure function, every time I right click though it uses the window's parent window's mouse location, and not its own mouse location. I'm using different window procedure functions too.
Anyone know how to move the window's X and Y axis starting points to the location of the mouse? Thanks.
You need to provide a much clearer description of your problem some random dude. Several days ago when you posted that I read through it several times trying to figure out what you were asking, and I couldn't make heads or tails out of it. I imagine others tried too. I'm quite sure you understand what you are asking, but its my guess no one else does. You need to ask questions in a clearer manner, in my opinion.
Yup that will work only it will work ALL THE TIME lol.
He needs to capture to WM_LBUTTONDOWN and use that very same code inside a loop that remains TRUE while WM_LBUTTTONDOWN is taking place, thats the fun part! :)