how to make text appear when you hover at a particular area?
- by Michael
I'm mainly using c++ win32 API project and the question is asked keeping in mind:
When you use microsoft visual studio 2010 visual c++ editor and you minimize any function, then ahead of the function you get a box; hovering over which you see the entire function. How to implement this in c++ win32 API ?
for ex- when a win32 project is created in vs2010, and empty project checkbox is unchecked then by default you get a code which after running produces a window which has a menu bar containing File an Help. Now i want some text to come when i hover over each of them.
I do not want a code just a hint how it can be done. Thanks in advance.