Hi,

Just wondering if there is any sort of concept of "frames", as in HTML in
windows forms, where different forms can be loaded into different frames.

So one of the frames might be loaded with different forms at different
times.

Or are user controls what one would use to accomplish this sort of thing.

Thanks.

Re: "Frames" in windows forms by hirf-spam-me-here

hirf-spam-me-here
Tue Jun 01 13:11:32 CDT 2004

* "Marina" <someone@nospam.com> scripsit:
> Just wondering if there is any sort of concept of "frames", as in HTML in
> windows forms, where different forms can be loaded into different frames.
>
> So one of the frames might be loaded with different forms at different
> times.
>
> Or are user controls what one would use to accomplish this sort of thing.

UserControls separated by splitter controls are IMO the way to go.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Re: "Frames" in windows forms by Bob

Bob
Tue Jun 01 15:06:18 CDT 2004

Panels can provide the frames, Splitters provide the movable borders.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Image transition effects, snap-to-grid and Layered Windows are
all discussed in May's edition of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml






"Marina" <someone@nospam.com> wrote in message
news:eZfUYd$REHA.3344@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> Just wondering if there is any sort of concept of "frames", as in HTML in
> windows forms, where different forms can be loaded into different frames.
>
> So one of the frames might be loaded with different forms at different
> times.
>
> Or are user controls what one would use to accomplish this sort of thing.
>
> Thanks.
>
>