GUI Like VS

  • Thread starter Thread starter Mike B
  • Start date Start date
M

Mike B

Hello all, I was wondering how you go about designing a GUI like visual
studio. What I am looking for is the ability to pull a window out of the
main GUI and then be able to drag it back to the GUI locking it back into
place, similar how you can move the properties and solution explorer around.

Are there any examples out there? If so can someone please point me into
the right direction?
 
Hello all, I was wondering how you go about designing a GUI like visual
studio. What I am looking for is the ability to pull a window out of the
main GUI and then be able to drag it back to the GUI locking it back into
place, similar how you can move the properties and solution explorer
around.

Are there any examples out there? If so can someone please point me into
the right direction?

Have a search on The Code Project:
http://www.codeproject.com/

Otherwise most .NET controls cost, often a lot - there's very little of
the community spirit that exists in the Delphi world.
 
CAB (Composite Application Block) and the Infragistics custom CAB
extenstions will work for this however, unless you're familiar with it
already, the CAB learning curve is a bit steep.

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

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

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

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Back
Top