GUI similar to Visual Studio .NET

  • Thread starter Thread starter Jongmin Lee
  • Start date Start date
J

Jongmin Lee

Dear Everybody,

I am designing the editor which has very similar GUI to
Visual Studio.NET.(Main menu, toolbar, toolbox, Solution
Explorer, properties, Editing area, etc).
Specially, because this editor handle multiple file
format, a file will be open by solution Explorer and
correspoding Editor form shoud be opened. As an object is
modifid by properties box in VS, so is the object inside
file.

Is there any similar demo source code?

Thanks,
Jongmin
 
Hello,

Jongmin Lee said:
I am designing the editor which has very similar GUI to
Visual Studio.NET.(Main menu, toolbar, toolbox, Solution
Explorer, properties, Editing area, etc).
Specially, because this editor handle multiple file
format, a file will be open by solution Explorer and
correspoding Editor form shoud be opened. As an object is
modifid by properties box in VS, so is the object inside
file.

Is there any similar demo source code?

http://sourceforge.net/projects/dotnetmagic/
 
Back
Top