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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top