Link to home
Start Free TrialLog in
Avatar of xmichaelm
xmichaelm

asked on

Tool Tip Problem

I am having problems using ToolTips. I am writing a MDI program that the CView class is derived from CFormView.
My code is:

ToolTip.Create(this);
ToolTip.Activate(true);
ToolTip.AddTool(GetDlgItem(IDC_EDIT_TIME), "Stopper");

What am I doing wrong?
Avatar of prasanth
prasanth

What is it doing or not doing?
Avatar of xmichaelm

ASKER

it is not showing the tooltip - it is as if I did nothing.
Try going here:
http://www.codeguru.com/dialog/tooltips_in_dlg.shtml

It has a great article on implementing tooltips.
thresher_shark - please make your comment an answer - it solved my problem!!!!!
ASKER CERTIFIED SOLUTION
Avatar of thresher_shark
thresher_shark

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial