How to make a UI which resembles the VS.NET 2003 IDE UI

  • Thread starter Thread starter Henrik Dahl
  • Start date Start date
H

Henrik Dahl

Hello!

The VS.NET 2003 user interface has very nice details. The small areas which
look like windows and which may slide away if you don't need them for the
moment.

Can't some of you illustrate a bit how such details may be built?


Best regards,

Henrik Dahl
 
Hi Henrik,

Based on my understanding, you want to implement some docking window in
..Net. Tim has provided some good resouce for you. I also will show you some
article about docking, please refer to:

"A Simple C# Toolbar Docking Framework"
http://www.thecodeproject.com/cs/menu/ToolBarDock.asp

http://msdn.microsoft.com/msdnmag/issues/03/12/CQA/

"Magic Docking - VS.NET Style"
http://www.codeproject.com/cs/miscctrl/magicdocking.asp

Hope this helps.

Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top