Print this page | Go back to previous topic
Forum nameThe Computer Forum
Topic subjectRE: question for anyone who knows ms visual basic
Topic URLhttp://www.pcqanda.com/dc/dcboard.php?az=show_topic&forum=2&topic_id=1167&mesg_id=1175
1175, RE: question for anyone who knows ms visual basic
Posted by SteveYandl, Sat Dec-15-01 07:58 PM
If you can't use combo boxes, take the time to write code that will pause your program and request a new user entry if they enter something totally crazy. You don't want to be troubleshooting later and try to figure out if the error is in your visual basic or if the dos program is stumbling with a bad argument. Also, you may have to do some conversions of data types from strings to integers etc.