Some resource notes:
http://www.codeproject.com/KB/wtl/CToolTipDialog.aspx
With an updated version here :
http://tech.groups.yahoo.com/group/wtl/files/atlTT.h
#include “atlTT.h” // or #include “ToolTipDialog.h”
class CMyDialog : public CDialogImpl, public
CToolTipDialog
CHAIN_MSG_MAP(CToolTipDialog)
and a string resource with your button ID.

You must be logged in to post a comment.