Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / MFC

Automatic Tab Bar for MDI Frameworks

Rate me:
Please Sign up or sign in to vote.
4.80/5 (14 votes)
3 Jan 2003Public Domain 245.3K   5.8K   82  
A dockable bar containing a tabbed list of open windows
// resource types
#define IDD_WINDOW_MANAGE               
#define IDR_TABVIEW_MENU                
// dialog controls
#define IDC_WINDOWLIST_ACTIVATE         
#define IDC_WINDOWLIST_CLOSE            
#define IDC_WINDOWLIST_SAVE             
#define IDC_WINDOWLIST_TILEHORZ         
#define IDC_WINDOWLIST_MINIMIZE         
#define IDC_WINDOWLIST_CASCADE          
#define IDC_WINDOWLIST_TILEVERT         
#define IDC_WINDOWLIST_LIST             
// menu item ids
#define ID_VIEW_VIEWTAB                 
#define ID_VIEW_FULLSCREEN              
#define ID_VIEW_FULLSCREEN_ENDS         
#define ID_WINDOW_NEXT                  
#define ID_WINDOW_PREVIOUS              
#define ID_WINDOW_CLOSE_ALL             
#define ID_WINDOW_SAVE_ALL              
#define ID_WINDOW_MANAGE                
#define IDS_WINDOW_MANAGE               

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Engineer
Japan Japan
Systems Engineer

Comments and Discussions