How to generate a VC studio IDE like framework?
-
I think VC IDE framework is pretty cool. I want to implement my project appearance like it. Dockable project window, debug output and so on... Is there anybody give me clue how to implement it? Richard Luo
Yeah the IDE is real cool I like it too. But those docking windows and other cool controls are not common controls instead they are custom controls that were developed specifically for VS IDE. So if you wish to develop an IDE like that you've got to sweat. Hey but cheer up it's not impossible if they can do it why can't you do it. Good Luck . Go Ahead.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
I think VC IDE framework is pretty cool. I want to implement my project appearance like it. Dockable project window, debug output and so on... Is there anybody give me clue how to implement it? Richard Luo
Try using the CSplitterWnd class that will help u in developing such a project. But u dont get anything readymade , u need to put up ur own code for ur ideas. Vikas Amin Embin Technology Bombay