how to make text appear when you hover at a particular area?
Posted
by
Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2012-06-18T02:19:21Z
Indexed on
2012/06/18
3:16 UTC
Read the original article
Hit count: 162
winapi
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.
© Stack Overflow or respective owner