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

How can update edit control data of an executing application from other application?

3 Answers   HP,


Have you ever used win32 APIs ?

4 Answers   Microsoft,


What is primitive and non-primitive application?

2 Answers   HCL,


How to handle dynamic menus in MFC?

3 Answers   HCL,


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,






What types of threads are supported by MFC framework?

2 Answers  


What is the use of UpdateData funciton ?

7 Answers  


How we can findout Memoryleaks, In what way it can be avoided

6 Answers   Infosys,


What is serialization ?which function is responsible for serializing data ?

5 Answers  


what is message Testing ?

1 Answers   L&T,


I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


What four types of properties are supported by an ActiveX control?

1 Answers  


Categories