Modaly Load A Windows Form User Control From Another Windows Form User Control - Sort of like a popu

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

I think I'm going brain dead on this one. Can someone give me an idea on how
to do this? Some sample code would be helpful.
 
You can't unless you add this user control to a form and call form's
ShowDialog method. You can do that dynamically before showng the dialog. The
form doesn't have to be designed in the VS.NET designer.
 
Back
Top