Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vb.net MsgBox next line
Name: intrepid_dave Date: June 22, 2005 at 05:04:13 Pacific OS: xp pro CPU/Ram: barton 3200, 1 gig ra,
Comment:
When i'm putting in information into a message box i can't go to the next line in the editor (visual studio .net). So this means i have to type everything in the next line.
I know how to display things on different lines, i.e. vbNewLine , but when i'm coding it i don't want to have one big long line.
Summary: Hello everybody. I am trying to create a string that has columns with the use of the tab. In VB6 it was something like : string 3 =string1 & tab(5) & string2 & tab(10) so with the above example i woul...
Summary: Hello...I have been trying to learn about vb.net by doing online tutorials, but I'm having problems. I started a project with vb that accesses an access db. I can click around to see all of the recor...
Summary: Hey guys, Im using vb.net, im trying to enumerate all files (only files) from a folder and any sub folders it may have. I want this to happen one by one. I have found many different ways of doing this...