Making a numbered list in a Label Box

bobbarker
09-07-2003, 01:27 PM
I am trying to make a list appear in VB when I click a button. However, I dont know how to make a list appear in outline format without hitting "Enter" and, of course, this wont work in the programming code. So basically, I just need to know what the command is to start in a new line. Just for an example of what I want when I hit the button, I want all this to pop up at the same time:

1.yada yada
2.more stuff
3.another line of text
4.etc.

Thanks for any and all help.
Ross

Van^
09-07-2003, 01:29 PM
Use the vbCrLf constant. MyStringToDisplay = "yada yada" & vbcrlf & "more stuff" & ...

You get the idea.

--Van^

bobbarker
09-07-2003, 01:31 PM
Hot dang, I love you. Thanks for the help. I am sure to be back a lot. So I am an idiot, but we all start somewhere...I just move slower than the rest.

Ross


Use the vbCrLf constant. MyStringToDisplay = "yada yada" & vbcrlf & "more stuff" & ...

You get the idea.

--Van^

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum