Click here to Skip to main content
15,883,901 members
Articles / Desktop Programming / MFC

Improved Tip-of-the-Day Dialog

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
17 Nov 19992 min read 66.3K   966   34  
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TipDemo.rc
//
#define IDD_ABOUTBOX                    100
#define CG_IDS_TIPOFTHEDAY              104
#define CG_IDS_TIPOFTHEDAYMENU          105
#define CG_IDS_DIDYOUKNOW               106
#define CG_IDS_FILE_ABSENT              107
#define CG_IDP_FILE_CORRUPT             108
#define CG_IDS_TIPOFTHEDAYHELP          109
#define IDB_LIGHTBULB                   112
#define IDD_TIP                         113
#define IDR_MAINFRAME                   128
#define IDR_TIPDEMTYPE                  129
#define IDC_TIPSTRING                   1003
#define ST_FOOTER                       1264
#define IDB_MORE                        1266
#define ST_HEADER                       1267
#define IDC_STARTUP                     2001
#define IDC_NEXTTIP                     2002
#define IDC_TIP_RECT                    2004

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           110
#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
President Starpoint Software Inc.
United States United States
Bob Pittenger is founder and President of Starpoint Software Inc. He holds a B.A. degree from Miami University, M.S. and Ph.D. degrees from Purdue University, and an MBA from Xavier University. He has been programming since 1993, starting with Windows application development in C++/MFC and moving to C# and .NET around 2005 and is a .NET Microsoft Certified Professional Developer.

Bob is the author of two books:
Billionaire: How the Ultra-Rich Built Their Fortunes Through Good and Evil and What You Can Learn from Them
and
Wealthonomics: The Most Important Economic and Financial Concepts that Can Make You Rich Fast.
Visit http://www.billionairebook.net for more information.

Comments and Discussions