how to get the number of lines shown in editbox
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi to all i want to get the number of lines shown in editbox. thank u
-
hi to all i want to get the number of lines shown in editbox. thank u
Win32? Look at
EM_GETLINECOUNT
message documentation http://msdn2.microsoft.com/en-us/library/bb761586.aspx[^] MFC? look atCEdit::GetLineCount
method documentation http://msdn2.microsoft.com/en-us/library/bb761586.aspx[^] :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]