Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi, I'm working on a c# application using MDI containers, and I wonder if there's a way to move a child without showing it's content while dragging it?

I don't know if I'm being clear with my question, I'm trying to do something as the effect of this performance option:

http://img697.imageshack.us/img697/804/examplet.png
Posted
Updated 19-Feb-10 20:56pm
v4

There are events for moving a form. I imagine you can hook something up that tells your child windows that the form is moving, and if you're doing any custom drawing, you can turn it off. If the drawing is all automatic, you'd have to hide your form elements.
 
Share this answer
 
See this article[^].
More specifically look at the DragLeave event and see if that helps you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900