Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Console application

Reply
Thread Tools Display Modes

Console application

 
 
WindyGeorge
Guest
Posts: n/a

 
      09-18-2008
Hello VB.net:

I have installed Visual Basic 2008 Express edition with SR1 ENU on my
system. I would like to be able to use VB to write a console application
where I see the code on that console and I am able to print to that console
just like in the good old days. What I wish to do does not require a GUI so
I'd just as soon avoid messing with windows. After a post in another section
I was told that VB.net was the answer. I have no idea if VB.net is installed
on my system or not, the Programs and Features list does not show VB.Net as a
separate item.

I would really appreciate any suggestions as to how one would go about doing
this. Thanks.


 
Reply With Quote
 
 
 
 
AJR
Guest
Posts: n/a

 
      09-18-2008
You have the "express" (light) version of Visual Basic not Visual Basic.NET
(VB.net)

"WindyGeorge" <> wrote in message
news:C70457BF-70A4-4E54-B7C7-...
> Hello VB.net:
>
> I have installed Visual Basic 2008 Express edition with SR1 ENU on my
> system. I would like to be able to use VB to write a console application
> where I see the code on that console and I am able to print to that
> console
> just like in the good old days. What I wish to do does not require a GUI
> so
> I'd just as soon avoid messing with windows. After a post in another
> section
> I was told that VB.net was the answer. I have no idea if VB.net is
> installed
> on my system or not, the Programs and Features list does not show VB.Net
> as a
> separate item.
>
> I would really appreciate any suggestions as to how one would go about
> doing
> this. Thanks.
>
>



 
Reply With Quote
 
Mr. Arnold
Guest
Posts: n/a

 
      09-18-2008

"WindyGeorge" <> wrote in message
news:C70457BF-70A4-4E54-B7C7-...
> Hello VB.net:
>
> I have installed Visual Basic 2008 Express edition with SR1 ENU on my
> system. I would like to be able to use VB to write a console application
> where I see the code on that console and I am able to print to that
> console
> just like in the good old days. What I wish to do does not require a GUI
> so
> I'd just as soon avoid messing with windows. After a post in another
> section
> I was told that VB.net was the answer. I have no idea if VB.net is
> installed
> on my system or not, the Programs and Features list does not show VB.Net
> as a
> separate item.
>
> I would really appreciate any suggestions as to how one would go about
> doing
> this. Thanks.
>


This is where you need to post to MS.public.dotnet.languages.VB. The command
is Console.Writeline("Text") which would write "Text" to the Console window
while the application is running. I don't recall if the Express version has
a template for a Console Application. It doesn't have a template for a
Windows Service project. Again, if the template is not there, then you're
going to have to use Google and find a Console Application project template
you can use. It's not like you have installed VS 2008 which would have all
the required templates for project development.

If VB 2008 Express is installed on that machine, then you'll see it in the
Programs and Features, and you would also see a short-cut for it off of the
Start button All Programs. I have used VB 2005 Express on Vista, before
switching to and installing VS 2008.

You are simply posting to the wrong NG.

 
Reply With Quote
 
Peter Webb
Guest
Posts: n/a

 
      09-19-2008

"WindyGeorge" <> wrote in message
news:C70457BF-70A4-4E54-B7C7-...
> Hello VB.net:
>
> I have installed Visual Basic 2008 Express edition with SR1 ENU on my
> system. I would like to be able to use VB to write a console application
> where I see the code on that console and I am able to print to that
> console
> just like in the good old days.


You can write to the Console in any .Net application, including VB.NET

You can view your code with a text editor running on the console, but AFAIK
there is no way to compile and link from a console window. To actually do
develop code, you have to go into the Windows based IDE. Its simple and
powerful.




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creative Console Launcher 2.40.09 Application for X-Fi Series Cal Bear '66 Windows Vista Performance 0 09-08-2007 12:20 PM
Creative Console Launcher 2.40.09 Application for X-Fi Series Cal Bear '66 Windows Vista Hardware 0 09-08-2007 12:20 PM
Creative Console Launcher 2.40.09 Application for X-Fi Series Cal Bear '66 Windows Vista Music, Pictures and Video 0 09-08-2007 12:20 PM
Creative Console Launcher 2.40.09 Application for X-Fi Series Cal Bear '66 Windows Vista General Discussion 0 09-08-2007 12:20 PM
Application Compatibility SMS 2003 Admin Console Mario Windows Vista General Discussion 0 03-30-2007 04:42 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59