app with many view area windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?S2lk?=

    app with many view area windows

    Hi

    Is there some good sample that I can write a window app like Visual Studio
    which have many area view windows docking in the left and right and bottom ?

    Thank for your teaching .
  • Seetharam

    #2
    Re: app with many view area windows

    You would need splitters and docking windows.

    Have a look at this link for a sample:



    -SM

    Comment

    • Bogdan

      #3
      Re: app with many view area windows

      If you are creating a new application and you are relatively new to MFC then
      I'd suggest you use VC2008/MFC/FeaturePack. You can simply use the wizard
      to create a Visual Studio - like project. There is also a VS sample
      included with the pack.

      Bogdan


      "Kid" <Kid@discussion s.microsoft.com wrote in message
      news:520DD136-C701-4563-8799-52452C9E300F@mi crosoft.com...
      Hi
      >
      Is there some good sample that I can write a window app like Visual Studio
      which have many area view windows docking in the left and right and bottom
      ?
      >
      Thank for your teaching .

      Comment

      Working...