| c# Programming Glossary: showformincontrolCustom Class for dealing with embedding in Forms http://stackoverflow.com/questions/543087/custom-class-for-dealing-with-embedding-in-forms  a form load event Xfrm.BringToFront  public static void ShowFormInControl Form frm ref Panel ctl FormBorderStyle style   frm.TopLevel.. ctl.Left ctl.Top ctl.Width ctl.Height  public static void ShowFormInControl Form frm ref TabPage ctl FormBorderStyle style   frm.TopLevel.. a form load event  frm.BringToFront   public static void ShowFormInControl Form frm Panel ctl FormBorderStyle style FormWindowState state.. 
 |