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.
Visual basic / VBScript Input/ReadLine P
Name: Mike Date: March 10, 2001 at 21:29:37 Pacific
Comment:
OK, this is a shot in the dark, but if there are any VBScript or Visual Basic programmers out there, maybe you can help...
When you input text from a file using VBScript's "ReadLine()" or Visual Basic's "Input #x" a comma (,) or a semicolon (;) will "stop" the line input... In other words, the text line "hello;test" in a file will cause the input #x text to be "hello" then the next input #x will be "test"... Really screws things up working with a text file (such as an email) that has a semi-colon in it... So my question is..
Is there a way to input a line WITH the semicolon - just as it is in the text file? I guess the semicolon is some kind of line separator that VB sees as a line break, but it really messes things up...
Summary: hi all My users log on to domain with no problem. but when they start Visual Baisc 6.0. then problem starts. how do i set the permissions for them so that they can use visual basic smoothly. i want t...
Summary: Does anyone know how to use visual basic to shutdown Windows 2000 and power off the machine? The API call that I'm using shuts down to the "OK to Power Off" screen and what I want is a shutdown with a...
Summary: How can I minimize a program to the system tray using Visual Basic? I'm at my wits end with this problem! It would be greatly appreciated if someone could respond with some advice! Thankyou the_cybug ...