Messages to move a screen

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 t ...

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar34.webp

1 Posts
Location -
Joined 2002-02-12
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.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.