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 property is used to indicate that the up-down control is associated with a buddy control?
Is microsoft visual c++ a virus?
What is microsoft visual c++ 2017 redistributable?
TO start the build process in Developer Studio Which keyboard function is used ?
What is cwinthread class? Explain its advantages.
What is vc++ programming?
How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use
Difference between critical section, mutex and semaphore.
What is microsoft visual c++ 2013 redistributable?
How do I reinstall visual c++ on windows 10?
What is cwinthread class?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}