problem with buttons in Mdi form
-
hi... i hve a mdi form and i added 4 buttons in the mdi form. these buttons are shortcuts of child forms. when i open the child forms , these buttons are showing front, ie, the child form is behind these buttons... can any one help to sortout this.. Tnks in advance..
-
hi... i hve a mdi form and i added 4 buttons in the mdi form. these buttons are shortcuts of child forms. when i open the child forms , these buttons are showing front, ie, the child form is behind these buttons... can any one help to sortout this.. Tnks in advance..
Their is a chance that you can call SendToBack on the buttons to allow the forms to be in front, but I sort of doubt it just because of how the MDI form is used. Why not just a toolbar in the MDI parent for the form switching.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
modified on Monday, June 30, 2008 5:19 PM