|
-
Dec 30th, 2002, 08:35 PM
#1
Thread Starter
Junior Member
Another one of those Label Box questions... **RESOLVED**
How do I advance to the next line while entering text into a label box? (You know, like using the enter key to skip to the next line of code in VB, for example...)
...Is it even POSSIBLE?!?! erm, yeah...
So, please help, and THANKS! (I'm hoping that the question isn't confusing you all, because it sure is confusing me!)
Last edited by SooperCheeseLog; Dec 30th, 2002 at 08:55 PM.
-
Dec 30th, 2002, 08:48 PM
#2
-
Dec 30th, 2002, 08:49 PM
#3
Need-a-life Member
Anyway.... if you're doing by code:
VB Code:
Label1.Caption = Label1.Caption & vbCr ' or vbCrLF, I can not remember now.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Dec 30th, 2002, 08:54 PM
#4
Thread Starter
Junior Member
Oops... sorry 'bout the wording...
Thanks, Mc Brain!
That's exactly what I was looking for!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|