How to find the mouse entering an image?..while entering
need to display next image...

Answers were Sorted based on User's Feedback



How to find the mouse entering an image?..while entering need to display next image.....

Answer / pons

Using CPoint class in OnMouseMove()function

Is This Answer Correct ?    6 Yes 0 No

How to find the mouse entering an image?..while entering need to display next image.....

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

How to find the mouse entering an image?..while entering need to display next image.....

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

How to find the mouse entering an image?..while entering need to display next image.....

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

Post New Answer

More MFC Interview Questions

What are the special requirements for dialog box resources used in a form view?

2 Answers  


1) create ToolTip in MFC?

2 Answers   HCL,


What is the use of CCmdTarget ?

4 Answers  


Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

2 Answers   Sony,


What is primitive and non-primitive application?

2 Answers   HCL,






Tell me about different kinds of synchranization objects ?

6 Answers  


How to setup a timer?

3 Answers   IBM,


What is thread & process?

15 Answers   Exaband,


what is functioning of DIalodDataXchange ..?

0 Answers  


Have you ever used win32 APIs ?

4 Answers   Microsoft,


How we call a dialog in another dialog?

2 Answers  


What is subclassing?

2 Answers  


Categories