Home All Groups Group Topic Archive Search About
Author
24 Jul 2006 9:36 PM
Zach
I just downloaded the new VB 2005 Express...been a few years since I've
used Visual Basic so I'm essentially starting from scratch with the
dot-net thing.  The one thing I'm curious about is, what (if any)
difference is there between VB 2005 Express and the VB 2005 Pro that
comes with MS Studio?  Thanks

Zach

Author
24 Jul 2006 10:13 PM
Kerry Moorman
Zach,

http://msdn2.microsoft.com/en-us/library/b4z62wxz.aspx

Kerry Moorman


Show quoteHide quote
"Zach" wrote:

> I just downloaded the new VB 2005 Express...been a few years since I've
> used Visual Basic so I'm essentially starting from scratch with the
> dot-net thing.  The one thing I'm curious about is, what (if any)
> difference is there between VB 2005 Express and the VB 2005 Pro that
> comes with MS Studio?  Thanks
>
> Zach
>
Author
24 Jul 2006 10:45 PM
nime
Those are only templates... The main difference is that Express is free : )
With Express you can do major things but if you need to do a spesific thing
maybe Express doesn't allow it... You cannot build a device driver as MS said,
for example... And Express doesn't contain any built-in web page designer,
another example.





Show quoteHide quote
"Kerry Moorman" <KerryMoor***@discussions.microsoft.com> wrote in message news:2B28AB1A-9EFD-4449-BA89-1D0F77E8F3FF@microsoft.com...
> Zach,
>
> http://msdn2.microsoft.com/en-us/library/b4z62wxz.aspx
>
> Kerry Moorman
>
>
> "Zach" wrote:
>
>> I just downloaded the new VB 2005 Express...been a few years since I've
>> used Visual Basic so I'm essentially starting from scratch with the
>> dot-net thing.  The one thing I'm curious about is, what (if any)
>> difference is there between VB 2005 Express and the VB 2005 Pro that
>> comes with MS Studio?  Thanks
>>
>> Zach
>>
Author
24 Jul 2006 11:35 PM
Zach
My main interest is in application development...not too concerned with
device drivers.  As far as the web designers, I think the Express
version of Visual Web Developer can be integrated into VB and the other
Express languages (C++, C#, etc.) to add that functionality but don't
quote me on it.  I was mainly just trying to find out if VB Express was
limited/crippled in anyway as to make it useless for developing anything
but the simplest of apps.  Thanks for your response.

Zach




nime wrote:
Show quoteHide quote
> Those are only templates... The main difference is that Express is free : )
> With Express you can do major things but if you need to do a spesific thing
> maybe Express doesn't allow it... You cannot build a device driver as MS said,
> for example... And Express doesn't contain any built-in web page designer,
> another example.
Author
27 Jul 2006 7:46 PM
james
"Zach" <zsm***@cox.net.nospam> wrote in message
news:a3bxg.103714$IZ2.26712@dukeread07...
>I just downloaded the new VB 2005 Express...been a few years since I've
>used Visual Basic so I'm essentially starting from scratch with the dot-net
>thing.  The one thing I'm curious about is, what (if any) difference is
>there between VB 2005 Express and the VB 2005 Pro that comes with MS
>Studio?  Thanks
>
> Zach


Another limitation that you may or may not find so limiting, is having only
ClickOnce Deployment for
deploying your applications.  There are no Setup Projects and there are also
limitations on Add-ins.
As for me, I like the Standard Edition of Visual Studio 2005. It's priced
reasonably and has all the features
that I need, including multiple Setup Options.
james