Click here to Skip to main content
15,885,546 members
Articles / Desktop Programming / WTL

WTL wrappers for WinMain's CodeMax syntax highlighting edit control

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
28 May 2001CPOL6 min read 137.9K   1.5K   36  
An article on the CodeMax editing control.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CodeMax WTL Sample.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_MDICHILD                    129
#define IDC_EMAIL_STATIC                1000
#define ID_EDIT_GOTO_LINE               32704
#define ID_EDIT_MATCH_BRACE             32705
#define ID_EDIT_SHOW_WHITE_SPACE        32706
#define ID_EDIT_FIND_NEXT               32707
#define ID_EDIT_FIND_PREV               32708
#define ID_EDIT_FIND_SELECTION          32709
#define ID_EDIT_TAB                     32711
#define ID_EDIT_UNTAB                   32712
#define ID_EDIT_TOGGLE_BOOKMARK         32713
#define ID_EDIT_GOTO_NEXT_BOOKMARK      32714
#define ID_EDIT_GOTO_PREV_BOOKMARK      32715
#define ID_EDIT_CLEAR_ALL_BOOKMARKS     32716
#define ID_EDIT_READ_ONLY               32717
#define ID_EDIT_TABIFY                  32718
#define ID_EDIT_UNTABIFY                32719
#define ID_EDIT_LOWERCASE               32720
#define ID_EDIT_UPPERCASE               32721
#define ID_FILE_SAVE_ALL                32781
#define ID_FILE_RELOAD                  32782
#define IDS_MESSAGE_PASSED_N_OF_FILE    61403
#define ID_POSITION_PANE                61404
#define ID_OVERTYPE_PANE                61405
#define ID_READONLY_PANE                61406
#define IDS_WARNING_RELOAD              61407

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_COMMAND_VALUE         32784
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Farmer's Edge
Canada Canada
Ben was born in New Zealand and grew up in Mexico; however, he has lived in Canada for most of his adult life. He has traveled to a few places in Canada so far: British Columbia, Saskatchewan, Manitoba, Ontario and Nova Scotia, but has only ever lived in Alberta — all over Alberta. From Lethbridge to Calgary to Fort McMurray: he has seen most of what the province has to offer. He has also left the comfort of his—at the time—home country and gone abroad. In recent history he has been in China, New Zealand, the US, Central America and back to Canada (where he now resides).

He completed a degree at the University of Lethbridge, in Computer Science; worked for the University of Wisconsin-Madison in the Computer Sciences Department as a Systems Programmer for the Condor Research Project[^]; and is currently completing another degree at the University of Lethbridge, once again, in Computer Science.

Ben has been known to enjoy reading, watching movies, playing console games, and learning everything he can about computers. And, more importantly, with regards to his character: does not usually speaks about himself in the third person.

Comments and Discussions