How to find the mouse entering an image?..while entering
need to display next image...
Answers were Sorted based on User's Feedback
Answer / k.ravindran
BY USING THE TOOL TIP PROPERTY WE CAN KNOW THE WHERE THE
MOUSE POINT IS LOCATED NOW.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sandip pawar
using CRect::PtinRect() function .using this function we can
find whether the point obtained from onmousemove handler is
in inside rect of image
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyotiranjan
Visually you can see that... :)
or if this is not the answer then ask the question
properly.... or see the above answer...
| Is This Answer Correct ? | 0 Yes | 10 No |
How to access document object from view ?
What is the initial function to be called in MFC and what it will do
Tell me the work of HTREDUCE and HTZOOM
what is message loop how mfc does it internally?
What is stack size in win32 program?
What is the base class for MFC
Does the application have more than one object? If Yes, Briefly explain.
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
What types of threads are supported by MFC framework?
what is the size of a process
How can we create thread in MFC framework?
1)How to change a text of a button in runtime?