tooltip for CStatic
-
Hi All ! How do I create a tooltip (using CToolTipCtrl) for a CStatic member in a dialog ? for a CButton class member it works just fine but for the CStatic class member I get no tooltip. Thanks, Amit :doh:
-
Hi All ! How do I create a tooltip (using CToolTipCtrl) for a CStatic member in a dialog ? for a CButton class member it works just fine but for the CStatic class member I get no tooltip. Thanks, Amit :doh:
Does your static control have the
SS_NOTIFY
style?"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Hi All ! How do I create a tooltip (using CToolTipCtrl) for a CStatic member in a dialog ? for a CButton class member it works just fine but for the CStatic class member I get no tooltip. Thanks, Amit :doh:
See Static Control with ToolTip[^].
-
Hamid Hi ! Thanks for the link - it helped, However, when I try to create it dynamically (using Create function) I get an error... Amit
-
Hamid Hi ! Thanks for the link - it helped, However, when I try to create it dynamically (using Create function) I get an error... Amit
What was error?