PDA

View Full Version : Visual Basic?


Kenny
December 5th 03, 09:32 PM
As a total beginner to VB what program do I need to start learning, there
seems to be different versions?

--

Kenny

Tim
December 5th 03, 09:33 PM
These groups you posted to are not the ones to begin.....

microsoft.public.dotnet.languages.vb - Visual Basic .NET Group
microsoft.public.vb.general.discussion - Visual Basic 6.0 and prior Group

I'd personally go with Visual Basic 6, but I suspect you can't get it anymore
since the .NET (DotNET) has been released.... you may have no choice. But there
are a few different editions of that one, such as standard and
professional......

But anyway, ask in one of those groups. I'm sure they could help you more there
than here.

Tim

"Kenny" > wrote in message
...
> As a total beginner to VB what program do I need to start learning, there
> seems to be different versions?
>
> --
>
> Kenny
>
>
>

Kenny
December 5th 03, 09:33 PM
Thanks for the reply, will look at different groups. I understand there's a
"free" version of VB from MS but can't find it on their site. Quote from an
e-book I found:

"
This book comes with a CD-ROM that contains the Visual Basic Working

Model, a free version of Visual Basic (courtesy of Microsoft) that'll do

everything you need to do to complete the lessons in this book. How can you

beat that?"


--

Kenny


"Tim" > wrote in message
...
> These groups you posted to are not the ones to begin.....
>
> microsoft.public.dotnet.languages.vb - Visual Basic .NET Group
> microsoft.public.vb.general.discussion - Visual Basic 6.0 and prior Group
>
> I'd personally go with Visual Basic 6, but I suspect you can't get it
anymore
> since the .NET (DotNET) has been released.... you may have no choice. But
there
> are a few different editions of that one, such as standard and
> professional......
>
> But anyway, ask in one of those groups. I'm sure they could help you more
there
> than here.
>
> Tim
>
> "Kenny" > wrote in message
> ...
> > As a total beginner to VB what program do I need to start learning,
there
> > seems to be different versions?
> >
> > --
> >
> > Kenny
> >
> >
> >
>
>

Pat Garard
December 5th 03, 09:33 PM
You could go a fair way with vbScript 5.6 -
http://www.microsoft.com/downloads/results.aspx?productID=&freetext=vbscript&DisplayLang=en.
If you have MS Office, how about VBA which is included in Word, Excel etc?
You can go onto VB6 (still a few copies around) when ready.
--
Hope this helps!

Pat Garard
Australia

"Kenny" > wrote in message
...
> As a total beginner to VB what program do I need to start learning, there
> seems to be different versions?
>
> --
>
> Kenny
>
>
>

David Candy
December 5th 03, 09:33 PM
There is a limited edition of VB5 available free. If you have office =
installed you also have VBA installed. This is the macro language in =
office and is almost identical to VB.=20

VB5 (Can't make standalone exe. But can debug them)
http://msdn.microsoft.com/vbasic/downloads/tools/cce/default.aspx

VBA 6 (Builtin to Office, also can't make standalone exe and programs =
have to run while word is running.)
http://msdn.microsoft.com/vba/

All Office versions have a basic language. VBA from 97 onwards and app =
specific basic before.

Also the 98 resource kit and the NT resource kits have Perl, and Regina =
REXX (basic type language)
..(http://www.microsoft.com/windows2000/library/resources/reskit/)=20

Visual Basic Script is built in. Create a text file with vbs extension =
and double click it. For help see http://msdn.microsoft.com/scripting

QBasic works fine on XP and you can get it =
http://support.microsoft.com/support/kb/articles/q135/3/15.asp?FinishURL=3D=
%2Fdownloads%2Frelease%2Easp%3FReleaseID%3D14724%2 6redirect%3Dno in the =
file olddos.exe.


--=20
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
"Kenny" > wrote in message =
...
> Thanks for the reply, will look at different groups. I understand =
there's a
> "free" version of VB from MS but can't find it on their site. Quote =
from an
> e-book I found:
>=20
> "
> This book comes with a CD-ROM that contains the Visual Basic Working
>=20
> Model, a free version of Visual Basic (courtesy of Microsoft) that'll =
do
>=20
> everything you need to do to complete the lessons in this book. How =
can you
>=20
> beat that?"
>=20
>=20
> --
>=20
> Kenny
>=20
>=20
> "Tim" > wrote in message
> ...
> > These groups you posted to are not the ones to begin.....
> >
> > microsoft.public.dotnet.languages.vb - Visual Basic .NET Group
> > microsoft.public.vb.general.discussion - Visual Basic 6.0 and prior =
Group
> >
> > I'd personally go with Visual Basic 6, but I suspect you can't get =
it
> anymore
> > since the .NET (DotNET) has been released.... you may have no =
choice. But
> there
> > are a few different editions of that one, such as standard and
> > professional......
> >
> > But anyway, ask in one of those groups. I'm sure they could help you =
more
> there
> > than here.
> >
> > Tim
> >
> > "Kenny" > wrote in message
> > ...
> > > As a total beginner to VB what program do I need to start =
learning,
> there
> > > seems to be different versions?
> > >
> > > --
> > >
> > > Kenny
> > >
> > >
> > >
> >
> >
>=20
>=20

Mark Thomas
December 5th 03, 09:33 PM
Hi Kenny

I recommend that you download the .net framework sdk 1.1 from here
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=9b3a2ca6-3647-4070-9f41-a333c6b9181d -
don't bother with VB6 because it's old news and if you're going to learn
something then you just as well learn the most up to date technology. There
is a plethora of information and numerous code samples on the Microsoft web
site - you should get samples with the installation too.

BTW, you probably want to use newsgroups like
microsoft.public.dotnet.framework.* to get more information as software
development isn't specific to windows xp. It's got its own newsgroups.

Good luck

M

"Kenny" > wrote in message
...
> As a total beginner to VB what program do I need to start learning, there
> seems to be different versions?
>
> --
>
> Kenny
>
>
>

Google