What function is used to trap all mouse messages?



What function is used to trap all mouse messages? ..

Answer / lakshmi

Mouse capture functionality is implemented using the
setCapture and releaseCapture methods, and the
onlosecapture event

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More VC++ AllOther Interview Questions

Explain pointer to the constant and constant pointer?

0 Answers  


A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


difference between assert and verify.

0 Answers  


Difference between critical section, mutex and semaphore.

0 Answers  


How do I reinstall microsoft visual c++?

0 Answers  






Name the most commonly used wizards?

2 Answers  


Explain some of commonly used methods provided by iunknown.

0 Answers  


What is visual c++ used for?

0 Answers  


What is the Use of the Developer Studio Editor?

0 Answers   HCL,


What is command routing in VC++

3 Answers   Siemens,


What is an overlapped image?

1 Answers  


What is microsoft visual c++ 2015 redistributable?

0 Answers  


Categories