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 |
What is the difference between an MLE and an SLE?
Do you need microsoft visual c++?
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
What is the return value when the InsertItem function fails?
Difference between getmessage, postmessage & peakmessage.
What is vc++ redistributable?
How do I remove microsoft visual c++ 2015 redistributable?
In which Way invoke context-sensitive help inside the editor?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
What is the use of microsoft visual c++ 2015 redistributable?
How many microsoft visual c++ do you need?
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.