buttons to be over the panel not in the panel?

NJDubois

Well-known member
Joined
May 15, 2008
Messages
84
Programming Experience
Beginner
I have a panel on my form that gets cleared and filled with controls at run time, and through out the use of the program. I have buttons that I have added and I want those buttons to be over the panel not in the panel. Because when the controls get cleared, those buttons get cleared and I don't want to re draw them.

Is there a way I can drag these buttons, or any other control over a panel, and have them not added to the panels control list? Like shift + left mouse or something?

right now, at run time I move the position of the control and that works just fine, but its annoying that every time I change something, I have to reposition them manually.

While I am on this subject, is there a list of really nice key combo shortcuts somewhere? I remember looking for them a while back and giving up cause I couldn't find anything.

I love this forum. As always thank you all for the help you have given me.
 
Back
Top