How to create multi line string?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to assign a multiline string to a textbox in design time,
my problem is that strings cannot be on more than one line
in the editor, even the _ at the end of a line doesn't work
with string, so how can I do this?
(I need it to store some readme instructions in my program,
but I want them to be part of the exe and not in another
txt file.

tia.
 
I need to assign a multiline string to a textbox in design time,
my problem is that strings cannot be on more than one line
in the editor, even the _ at the end of a line doesn't work
with string, so how can I do this?

Edit the control's 'Lines' property.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top