Guidence Please - VB6 Frame Work Studio and VB.Net - Help Help !

  • Thread starter Thread starter Clonecrp
  • Start date Start date
C

Clonecrp

I am Confused.. Please help me put it together

VB6 Frame Work Studio and VB.Net - So how do these all fit in.

Is there a history of Visual Basic and it's equivenent today.. what is old
and what is current?

Help Help !
 
Clonecrp said:
I am Confused.. Please help me put it together

VB6 Frame Work Studio and VB.Net - So how do these all fit in.

Is there a history of Visual Basic and it's equivenent today.. what is old
and what is current?

VB6 old, VB.Net new. Current version found in Visual Studio 2008 ( I think
the VB version is sometimes refered to as VB9).

You can download an free express version of the studio for VB.NET from
Microsoft.
 
Dear Anthony:

Thank you for your rapid reply however, is visual basic packeged with Frame
Work, Studio and .Net?

How is it combned..

Waremst Regards,

Doug
 
Clonecrp said:
Dear Anthony:

Thank you for your rapid reply however, is visual basic packeged with Frame
Work, Studio and .Net?

How is it combned..


Visual Basic, C#, .NET Framework Namespaces and the CLR (common language
runtime) are all collectively refered to as the .NET Framework.

If you've not got a .NET Framework then go to windows update and it will
sugest that you download it. (Install 3.5) Once installed you will have all
of the above.

You could now write some VB.NET code using Notepad, save as a .vb file and
compile it with the vbc.exe found somewhere in Framework folders.

However rather than using notepad it would be a lot better to download the
Visual Basic 2008 Express Edition:-

http://www.microsoft.com/downloads/...EE-21DB-43AA-8431-40BE78461EE0&displaylang=en

That lot should give you plenty to play around with.
 
Back
Top