MDI App without parent form

  • Thread starter Thread starter nick_nw
  • Start date Start date
N

nick_nw

Hi. Does anyone know how to create a visual studtio type GUI using
C#.Net. I.e. an MDI application, but where there is no real parent
form, rather a set of floating, dockable child forms that will 'stick'
together, etc.?

I'm waiting for VS.Net 2005, so I don't have VS installed at the
moment, otherwise I'd play around in the IDE and try and work something
out.

Thanks in advance,

Nick
 
there are quite a few 3rd party companies providing "doackable windows" and
tabbed mdi controls. there is no built in support for this in .NET 2.0.

kh
 
Back
Top