changing position of a window in cpp

Started by
0 comments, last by ApochPiQ 17 years, 9 months ago
hello all. assume i got a window and i want that if the user click somthing the place of the window on the screen will move to the right. how do i do that? thanks in advance
Advertisement
::MoveWindow() or ::SetWindowPos() will take care of moving the window itself.

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

This topic is closed to new replies.

Advertisement