|
-
May 8th, 2002, 07:23 PM
#1
Lively Member
The console is a MSDos type window with a command prompt to output your data to.
Make sure you put a Console.In.Readline() to pause the output console so you can see the results or the window will just flash by.
Do something like this:
Console.Out.WriteLine("Press the <Enter> key to end the program")
Console.In.ReadLine()
This will let you view what ever it is you are writing to the console.
Books:
I have Visual Basic.Net by example, ISBN 0789725835
and another i've seen posted but haven't looked at yet is Professional VB.Net, 2nd Edition, ISBN 1861007167. <i think thats the right ISBN>
Last edited by SAS-Trooper; May 8th, 2002 at 07:39 PM.
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
|