|
-
Jan 25th, 2000, 06:27 AM
#1
Thread Starter
Junior Member
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
-
Jan 25th, 2000, 07:17 AM
#2
You don't mean MsgBox messages do you?
------------------
Marty
Why is it called lipstick if you can still move your lips?
-
Jan 25th, 2000, 07:20 AM
#3
Thread Starter
Junior Member
No i dont mean msgbox messages. i mean console messages like the ones which you get on the command prompt by using printf statements of a C exe
-
Jan 25th, 2000, 07:31 AM
#4
PowerPoster
You may or may not find this of use http://www.vb-world.net/articles/console/
Good luck,
------------------
- Chris
[email protected]
If it ain't broke - don't fix it 
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
|