devarajulu
Jan 25th, 2000, 05:27 AM
Hi,
I am trying to write a console application with VB(dont ask me why). I know that you can start with Sub Main() and may not have any Forms and get args passed from the command line with "Command". My question is lets suppose i build the executable and invoke it from the command prompt, how will i be able to print out messages on the console the same way a C console application does. Any help, possibly code fragments are greatly appreciated
regards
Dev
I am trying to write a console application with VB(dont ask me why). I know that you can start with Sub Main() and may not have any Forms and get args passed from the command line with "Command". My question is lets suppose i build the executable and invoke it from the command prompt, how will i be able to print out messages on the console the same way a C console application does. Any help, possibly code fragments are greatly appreciated
regards
Dev