Click here to Skip to main content
15,887,485 members
Articles / Desktop Programming / MFC

CBalloonMsg - An Easy-to-use Non-modal Balloon Alternative to AfxMessageBox

Rate me:
Please Sign up or sign in to vote.
4.71/5 (29 votes)
1 Apr 2008CPOL5 min read 122.4K   3.6K   109  
Makes it easy to use a balloon tooltip to convey hints/messages non-modally
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TTestVC6.rc
//
#define IDR_XP_MANIFEST                 1
#define IDD_TTESTVC6_DIALOG             102
#define IDD_TTTEST_DIALOG               102
#define IDR_MAINFRAME                   128
#define IDS_ERR_TITLE                   129
#define IDS_ERR_BODY                    130
#define IDC_EDIT1                       1000
#define IDC_BUTTON1                     1001

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1000
#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
Software Developer (Senior)
United Kingdom United Kingdom
Started programming on a Commodore Vic 20(!), and later entered employment programming for the Mac back in the days of System 6. Soon the pull of the Dark Side became too strong and I switched to Windows (Win 3.1) and have been coding for Windows ever since.

I'm now lead programmer for a small software house in Glasgow, Scotland. Our main products include PTFB Pro, ColorCache, and LogMeister.

Comments and Discussions