Results 1 to 3 of 3

Thread: Subclassing

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363
    Hi, is there a way to process code while a window's being dragged without stopping the 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, 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.
    Wade

  2. #2
    Guest
    Does it really have to drag in real-time? Sounds interesting though. What sort of process is it interupting, a loop?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363
    I need to drag in real-time so that the two windows appear connected. The subclassing code interrupts the drag, even if the user still has the left mouse down. Any idea on how to let the subclassing code execute without interrupting the user's drag?
    Wade

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width