i just need to make it start on a new line through code.
like:
label1.Caption = "first line" ' then i need it to go to the next line and print something like "second line" in the same label
Printable View
i just need to make it start on a new line through code.
like:
label1.Caption = "first line" ' then i need it to go to the next line and print something like "second line" in the same label
VB Code:
label1.Caption = "first line" & vbCrLf & "second line"
:)
sweet that makes things much easier
Is there another forum that is made for newbs? I ask 2 many simple questions that are a waste of time.
Even simple questions aren't a waste of time, but I do suggest that if you think its a simple problem that you use the search feature before you ask. Chances are good that someone else may have already gotten an answer to your question.
:)
I did, it wasnt very helpfull, it had tons of stuff that had nothing to do with my question and a few things that had to do with enter but not what i was looking for.
Sometimes you fall into that "you need to know what you're looking for in order to find it" trap, but if that happens, just ask.
;)
k