Creating custom tooltips
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can i display my own tooltips using VC. I am talking about the ones such as function declarations that VC displays in the IDE. Any help will be appreciated Vikash Parida
-
How can i display my own tooltips using VC. I am talking about the ones such as function declarations that VC displays in the IDE. Any help will be appreciated Vikash Parida
Sorry, I haven't my source code on this computer at the moment :-( But you can create Tooltips with the "CreateWindowEx" function, then you need to specify something like WC_TOOLTIP or perhaps "TOOLTIP32" as window class -- take a look at the Win32.hlp - it is being described there