What is the difference between an MLE and an SLE?
Answer / jay prakash
MLE = Multiple line Edit. Allows user to enter multiple
lines in the edit control.
SLE = Single line Edit. Allows user to enter onle single
line in the edit control.
For example the address bar of this page is like SLE but
edit control where i am typing the answer is a MLE.
| Is This Answer Correct ? | 4 Yes | 1 No |
What is cmutex? How can we use it?
What is microsoft visual c++ 2005 redistributable?
What is splitter window in vc++?
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.
What is difference between c++ and vc++?
What keyboard editor command is used for Undo?
What is the value of the expression a = 42?
What is the difference between the client and non-client areas?
What is ole? How do you handle drag and drop in ole?
What is cwinthread class? Explain its advantages.
What are some differences between a form view and a dialog box?
2 Answers DS Group, Manipal Ecommerce,
Difference between critical section, mutex and semaphore.