Hi,<P>I find there is a slight inconvenience with the std::getline function in C++. Here is an example:<P>-----<BR>#include <iostream><BR>using std::cin;<BR>using std ...
I used SendMessage to get the line count of a multiline textbox, since it recognizes word wrap as a new line (and not only crlf). But with EM_GETLINE it needs a pointer to a buffer for lparam. How do ...