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.

Re: Modaly Load A Windows Form User Control From Another Windows Form User Control - Sort of like a popup. by Stoitcho

Stoitcho
Mon Apr 04 17:44:33 CDT 2005

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.


--
Stoitcho Goutsev (100) [C# MVP]

"Richard" <a@b.com> wrote in message
news:N1i4e.41102$qn2.9620428@twister.nyc.rr.com...
>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.
>
>