Manifest problems
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a CToolbarCtrl with an CEditControl and a CComboBox in it. In order to have a tooltip for those controls I added ON_NOTIFY_EX(TTN_NEEDTEXT, 0, OnToolTipText) to the toolbar. This solution worked fine until I added Manifest to the application. With manifest I don't get the wanted tooltip. OnToolTipText doesn't get called. Does anyone how to solve this problem?