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

Which steps are required to add a column to a list view?

2 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,


In which Way invoke context-sensitive help inside the editor?

0 Answers  


What is the RGB macro used for?

1 Answers  


How do I uninstall vc++ 2015?

0 Answers  






What is a transparent image?

1 Answers  


What is an overlapped image?

1 Answers  


What is the difference between pointer and reference?

7 Answers   IBM, Microsoft, Tech Mahindra,


Is microsoft visual c++ important?

0 Answers  


what are the advantages of VC++ design environment

1 Answers  


Where can I find microsoft visual c++ on my computer?

0 Answers  


What is the value of the expression a = 42?

2 Answers  


Categories