Jump to content
Tuts 4 You

Reading multiline text from a multiline edit control


mudlord

Recommended Posts

Hi, I am just asking how to read text that is multilined, in a text box, into a formatted memory buffer.

This is needed because the required function that needs the text, expects it to be formatted.

And so, the app fails because the text is not formatted properly (with newlines etc).

The language the project is written in is C++, with zero MFC or .NET.

Any assistance at all would be appreciated.

EDIT: Worked it out.

For some odd reason, the edit control's contents (which are on tabs) are not read...

Edited by mudlord
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...