Click here to Skip to main content
15,896,207 members
Articles / Desktop Programming / WTL

Toolband (Toolbar for IE) sample using WTL

Rate me:
Please Sign up or sign in to vote.
4.92/5 (28 votes)
5 Oct 20026 min read 1.7M   10.8K   176  
create your own toolband for Internet Explorer using WTL
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ToolBand.rc
//
#define ID_EDIT_BOX                     1
#define ID_APPLY                        3
#define IDS_PROJNAME                    100
#define IDR_TOOLBANDOBJ                 101
#define IDC_TOOLBAREDIT                 102
#define IDR_TOOLBAR_TEST                201
#define IDC_RADIO_NO_TEXT               201
#define IDC_RADIO_NO_TEXT_RIGHT         202
#define IDR_MENU_POPUP                  203
#define IDC_RADIO_TEXT_UNDER            203
#define IDD_CONFIGDLG                   204
#define IDR_MENU_POPUP_2                209
#define ID_BUTTON_BLACK                 10768
#define ID_BUTTON_RED                   10769
#define ID_BUTTON_GREEN                 10770
#define ID_BUTTON_BLUE                  10776
#define ID_MENUPOPUP_OPTION1            32771
#define ID_MENUPOPUP_OPTION2            32772
#define ID_MENUPOPUP_OPTION3            32773
#define ID_MENUPOPUP_CONFIG             32777
#define ID_MORE_LINK1                   32778
#define ID_MORE_LINK2                   32779

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        210
#define _APS_NEXT_COMMAND_VALUE         32780
#define _APS_NEXT_CONTROL_VALUE         202
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
Was made redundant in early 2003 after 10 years in computer programming, since then started my own business (selling computer books on the net)
www.pricecutbook.co.uk


Comments and Discussions