Jump to content
Compatible Support Forums
Sign in to follow this  
shivsu_shivsu

Messages to move a screen

Recommended Posts

Hi ,

 

I need to know what messages have to be posted to move the screen - drag operation , like i have the set of messages for Win 2000.

 

PostMessage( hWnd, WM_KEYDOWN, VK_SHIFT, 1 );

PostMessage( hWnd, WM_KEYUP, VK_SHIFT, 1 );

 

These two messages will "attach" the screen to the tip of the current pointer location and the screen can be placed after moving to a desired location and doing a left button click.

 

This code doesn't seem to be of any help in XP.

 

So , how do i do it ??

 

thanks,

shivsu.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×