Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating UI framework more like Visual studio

I want to develop the application UI much like as VS2010 or any similar UI models. My requirements are as below:

  1. Opening new project will create empty canavs.
  2. When I will do add data sheet it will add new tab page in that.
  3. Remaining few things I will do on that added tab page like showing charts, different types of controls etc.
  4. When I will press 'Save' it will persist whatever there on UI like added tab pages and every controls on it on disk.
  5. When I will open any saved project, It will recreate everything what was there on UI at the time of saving the project.
  6. I will have recently open project list.

Any idea for creating how to create such UI?

Thanks, Omky

like image 406
Omkar Avatar asked Mar 08 '26 21:03

Omkar


1 Answers

Maybe develop your solution over Visual Studio SDK? A good sample is AddonStudio for World of Warcraft which is customized dev. environment for World of Warcraft addon development based on Visual Studio.

alt text

like image 164
HuseyinUslu Avatar answered Mar 11 '26 11:03

HuseyinUslu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!