WinForms window drag event

Posted by Steve Syfuhs on Stack Overflow See other posts from Stack Overflow or by Steve Syfuhs
Published on 2010-03-30T20:07:40Z Indexed on 2010/03/30 20:13 UTC
Read the original article Hit count: 687

Filed under:
|
|
|

Is there an event in WinForms that get's fired when a window is dragged?

Or is there a better way of doing what I want: to drop the window opacity to 80% when the window is being dragged around?

Unfortunately this is stupidly tricky to search for because everyone is looking for drag and drop from the shell, or some other object.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about drag