Help! how to design a platform like UltraEdit
-
i need a platform, that's appearance ought to be a little bit like IDEs such as VC6 or Ultraedit,i think i need three part in the platform. @Left,a listcontrol that may have tabs for different sorts of files; @Right, a View that used to display the contents of which i clicked on the left side; @Bottom,a capture of the output when i run some command on the files. in brief, that's the same architecture with VC6,but fortunately,i needn't build a real powerful IDE like that. I've tried several ways to do the job, but i cannot find a MDI solutions for display more than one files i've clicked. i used to building a SDI with splitterwindow which may have the same look i expect, but i wonder if i can do it in MDI way? i need help, if someone have the free SRCs like that,Could you send it to me at josephvan@sohu.com! thanks a lot !!!:confused: Josephvan thanks for your attention
-
i need a platform, that's appearance ought to be a little bit like IDEs such as VC6 or Ultraedit,i think i need three part in the platform. @Left,a listcontrol that may have tabs for different sorts of files; @Right, a View that used to display the contents of which i clicked on the left side; @Bottom,a capture of the output when i run some command on the files. in brief, that's the same architecture with VC6,but fortunately,i needn't build a real powerful IDE like that. I've tried several ways to do the job, but i cannot find a MDI solutions for display more than one files i've clicked. i used to building a SDI with splitterwindow which may have the same look i expect, but i wonder if i can do it in MDI way? i need help, if someone have the free SRCs like that,Could you send it to me at josephvan@sohu.com! thanks a lot !!!:confused: Josephvan thanks for your attention