Visual Basic Questions
Visual Basic Questions
I used to use QBasic, and now I have noticed this much more powerful and cooler version called Visual Basic that has been out for a long time I'm just under a rock.
Anyway, I'm not sure what I need for this program. I downloaded Visual Basic 2005 Express, and I have noticied that it is a bit different like Dev-C++ to C++. Is it okay to learn with that this freeware, or will it mess up my VB programming?
I also have Microsoft Word XP, and when I goto view>toolbars>Visual Basic, I notice a normal layout and normal Visual Basic (It looks like 6) tools. Can I program using this, and will it compile correctly? (I'm not sure if I can save files with this, havn't looked into it much)
Or should I just spend some money and buy Visual Basic. If so, how much is it (I'll probably find this on my own)?
Baah, that was a lot.
P.S. Sorry if this has already been answered, didn't mean to bother.
Thanks,
Doc
Anyway, I'm not sure what I need for this program. I downloaded Visual Basic 2005 Express, and I have noticied that it is a bit different like Dev-C++ to C++. Is it okay to learn with that this freeware, or will it mess up my VB programming?
I also have Microsoft Word XP, and when I goto view>toolbars>Visual Basic, I notice a normal layout and normal Visual Basic (It looks like 6) tools. Can I program using this, and will it compile correctly? (I'm not sure if I can save files with this, havn't looked into it much)
Or should I just spend some money and buy Visual Basic. If so, how much is it (I'll probably find this on my own)?
Baah, that was a lot.
P.S. Sorry if this has already been answered, didn't mean to bother.
Thanks,
Doc

Communism || Well in Halomods Com, I own you. -Shout
Userbar put your total signature image at 140 pixels in height. Sorry. <-- My sig has become the #1 place for Moderator tags -_-
You could always, oh I don't know, edit our comments out? =p | I would put it back in. -Shout -wer its at brudda-
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
![]() |
![]() |
Awesome, thanks Patrick.
If I learn with VB Express, it won't mess up my VB programming, will it? Is there any books for VB Express?
If I learn with VB Express, it won't mess up my VB programming, will it? Is there any books for VB Express?

Communism || Well in Halomods Com, I own you. -Shout
Userbar put your total signature image at 140 pixels in height. Sorry. <-- My sig has become the #1 place for Moderator tags -_-
You could always, oh I don't know, edit our comments out? =p | I would put it back in. -Shout -wer its at brudda-
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
![]() |
![]() |
Yes i have one.Let me dig out.I have the 2003 version but get the 2005 edition.Its basicllay the same just some little things have changed.
This is the one i got:

this is the new one you should get(I think this is the one):

Get one of the two.Just look thorugh it and make sure its Visual Basic .NET and NOT Visual Basic 6.
This is the one i got:

this is the new one you should get(I think this is the one):

Get one of the two.Just look thorugh it and make sure its Visual Basic .NET and NOT Visual Basic 6.
...left for good
Thank you very much for helping my out, Patrick! I'll prolly be heading over to Border's tomorrow =D
You deserve an award.
You deserve an award.

Communism || Well in Halomods Com, I own you. -Shout
Userbar put your total signature image at 140 pixels in height. Sorry. <-- My sig has become the #1 place for Moderator tags -_-
You could always, oh I don't know, edit our comments out? =p | I would put it back in. -Shout -wer its at brudda-
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
![]() |
![]() |
-
- Posts: 42
- Joined: Tue Jun 08, 2004 2:52 am
Until November 2006, all the express editions (not betas) are up for free download from Microsoft:Patrickssj6 wrote:Get yourself Visual Basic Express Edition 2005 Beta 2 from Microsoft.Its free and modern.If you want the whole package with C#,C+,J#,VB and ASP.NET then go buy Visual Studio 2005
http://msdn.microsoft.com/vstudio/express/default.aspx
I downloaded all the ISO's and put them on a DVD (with a home made autorun app.

- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
I still prefer 6
It may not allow you to do as much, but it is so much easier. And I can't seem to be able to convert anything to .net, so I'm going to stick to what I know.
It may not allow you to do as much, but it is so much easier. And I can't seem to be able to convert anything to .net, so I'm going to stick to what I know.

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Yeah, but with .net, you need the .net framework. And if you are using a version 0.000.01 lower than it doesn't work. With VB6, it's standard stuff (except for most controls)
Plus, can you do a line using the line (x,y)-(x,y) command? That's the biggest problem I have with .NET right now, and it is the one thing that is keeping my stuff from working. Something that simple
Not to mention the fact that I'de rather stick to my Visual Studio 6 Enterprise Edition then migrate to a free version of .NET, which is only Visual Basic!
Plus, can you do a line using the line (x,y)-(x,y) command? That's the biggest problem I have with .NET right now, and it is the one thing that is keeping my stuff from working. Something that simple
Not to mention the fact that I'de rather stick to my Visual Studio 6 Enterprise Edition then migrate to a free version of .NET, which is only Visual Basic!

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
-
- Posts: 118
- Joined: Wed Mar 30, 2005 5:35 pm
thats y they invented "imports VB = microsoft.visualbasic"FleetAdmiralBacon wrote:Yeah, but with .net, you need the .net framework. And if you are using a version 0.000.01 lower than it doesn't work. With VB6, it's standard stuff (except for most controls)
Plus, can you do a line using the line (x,y)-(x,y) command? That's the biggest problem I have with .NET right now, and it is the one thing that is keeping my stuff from working. Something that simple
Not to mention the fact that I'de rather stick to my Visual Studio 6 Enterprise Edition then migrate to a free version of .NET, which is only Visual Basic!

I have to say VB sucks. Go learn C++ its ALOT more powerful. And use Bloodsheds DevC++ its a free IDE and has a free compiler.
Sig file size too high.
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
![]() |
![]() |
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
![]() |
![]() |
Besides C# is similar to Java.Let me get you an example of one code in different laguages.
Code: Select all
J#:
System.Windows.Forms.MessageBox.Show("Hello, World!");
Code: Select all
Vb .NET:
Messagebox.Show("Hello, World!")
Code: Select all
C#:
System.Console.WriteLine("Hello, World!");
Code: Select all
C++
using namespace std;
int main()
{
cout << "Hello, World!";
}
...left for good