Does any body know how to do visual studio.net style resizable tear off MDI(s)?

I have played with the new splitter tool in vb.net 2005 and it is somthing
like what I am trying to do but it doesn't have closing or push pen abilities.

--
Think, Speak & breath Code!

Re: How TO DO VS.NET Resizable Tear Off MDI(s) by Sijin

Sijin
Mon Oct 18 22:58:58 CDT 2004

Take a look at these libraries
http://www.divil.co.uk/net/
http://www.dacris.com/netxp/Showcase/Docking.aspx

Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph

Eddie Thomas wrote:
> Does any body know how to do visual studio.net style resizable tear off MDI(s)?
>
> I have played with the new splitter tool in vb.net 2005 and it is somthing
> like what I am trying to do but it doesn't have closing or push pen abilities.
>

Re: How TO DO VS.NET Resizable Tear Off MDI(s) by EddieThomas

EddieThomas
Tue Oct 19 07:41:08 CDT 2004

Those sites are fine but I would like to know how to program them my self! I
could buy them but then I am limited to the features of the purchased
control! I teach a class to novice developers and would like to use this
feature as a project!

"Sijin Joseph" wrote:

> Take a look at these libraries
> http://www.divil.co.uk/net/
> http://www.dacris.com/netxp/Showcase/Docking.aspx
>
> Sijin Joseph
> http://www.indiangeek.net
> http://weblogs.asp.net/sjoseph
>
> Eddie Thomas wrote:
> > Does any body know how to do visual studio.net style resizable tear off MDI(s)?
> >
> > I have played with the new splitter tool in vb.net 2005 and it is somthing
> > like what I am trying to do but it doesn't have closing or push pen abilities.
> >
>

RE: How TO DO VS.NET Resizable Tear Off MDI(s) by CraigHoldheide

CraigHoldheide
Mon Feb 28 16:57:04 CST 2005

Eddie,
If you find out how this works I would be very interested in seeing how
this is done. Thanks.

"Eddie Thomas" wrote:

> Does any body know how to do visual studio.net style resizable tear off MDI(s)?
>
> I have played with the new splitter tool in vb.net 2005 and it is somthing
> like what I am trying to do but it doesn't have closing or push pen abilities.
>
> --
> Think, Speak & breath Code!