|
-
May 23rd, 2000, 05:29 AM
#1
Thread Starter
Hyperactive Member
Hi, is there a way to process code while a window's being dragged without stopping the user's move?
I need to keep a foreign window (App B) in the same position relative to mine (App A). So when I move App A, App B needs to move at the same time. I'm using Subclassing (WM_Move), GetWindowRect, and SetWindowPos to do this. When I move App A, App B moves at the same time, but this code processing interrupts the movement of App A, so I have to click App A and start dragging again.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|