vb.net newbe ??

yoshiyyy

New member
Joined
Jul 15, 2003
Messages
1
i was wondering what you would use the console application for and where can i find vb script tutorials ?
 
You can use the console application for things that you dont wish to load down with a graphical UI. For example, if you are making some sort of server application that doesnt have any sort of user interaction, you may wish to make it a console application so as to enable basic statistical output or errors or whatever.

There isnt really any time you need to use a console application, its just that you can use it if you dont need controls.
 
There is one time you would need to use it. If you plan on running the program through a Command Window, of course. But this also includes if you are telneting to the machine or sshing to the machine. Both of these use the Console.
 
Back
Top