Hi All
I'm using a large label control in a panel to display help files for the user to read. I would like to format each page with some carriage returns CHR(13) for easy reading. As I can't do this with a standard label control Eg. lblHelp.Text = "This is one line" & CHR(13) & "and this is the other line"
What other control can I use?
Thanks,
I'm using a large label control in a panel to display help files for the user to read. I would like to format each page with some carriage returns CHR(13) for easy reading. As I can't do this with a standard label control Eg. lblHelp.Text = "This is one line" & CHR(13) & "and this is the other line"
What other control can I use?
Thanks,