我做了一个小东西,有多个对话框,现在想通过在一个基对话框上加几个插页来实现在其控制!请问要使用哪个类?怎么样来实现?

解决方案 »

  1.   

    use tab controlhttp://www.codeguru.com/controls/CMyTabCtrl.html
    Creating a CTabCtrl Application - Ben Hill (2000/04/03)
    Illustrates how to quickly create an application whose dialog contains a tab control 
    http://www.codeguru.com/controls/iconTab.html
    Using A Small Icon With The Tab Label - Siarhei Akulich (2001/12/07)
    The code to add small icon to the tab label.
    http://www.codeguru.com/controls/ownerdraw_tab.shtml
    Implementing an owner drawn Tab Control - Chris Maunder (1999/01/24) 
    http://www.codeguru.com/controls/resize_tab.shtml
    A resizable TabControl - Mihai Filimon (1999/02/13)
    http://www.codeguru.com/controls/LBTabCtrl.shtml
    Fully Owner Drawn Tab Control - Oleg Lobach (2000/02/01)
    Great article on creating advanced tabs for your application
      

  2.   

    CTabCtrl应该可以满足你的要求