I want copy line 1-30,30-70,70-110... so on from RTF text box having width 80 character. Is there any wayout to find the line number.
Regards
Printable View
I want copy line 1-30,30-70,70-110... so on from RTF text box having width 80 character. Is there any wayout to find the line number.
Regards
You can use the SendMessage API and EM_GETLINE and EM_GETLINECOUNT messages.