views:

65

answers:

1

Is it possible to add a tooltip to a CStatic Ctrl in Visual C++6? How?

A: 

Sure, you can use a CToolTipCtrl in order to add tooltips to any part of your window, dialog or control.

David Alfonso