want to displaylabel

Ambitious contributor
26Jun2009,14:57   #1
answerme's Avatar
Hi All
I am facing one problem in My MFC application I want a label or a dialog whenever my mouse touches one of my entity(which is gif file) so that i can see what all parameters are inside .I know in ::OnMouseMove() function i have to perform this function.but how will i display my LABEL or DIALOG when my mouse cursor touches that gif file
Go4Expert Founder
26Jun2009,15:23   #2
shabbir's Avatar
You should have your Label / Dialog object created and as your Mouse moves you should show it to the user.