CEdit and multiline.
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
With regards to the CEdit control, what is the multiline proporty and how do I enable it utilizing VC++6? Thank you
The style is
ES_MULTILINE
. To enable it, double-click the edit box you want to modify, click the Styles tab. See the Multiline checkbox?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?