473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

What is VB express 2005

What is the future of VB express?
We're doing an app in VB2003 and like some of the VB controls in VS2005.
Is VB Express a serious product? Let's face it, the price makes me wonder?
Free is never forever ;)
I don't have an issue with buying VB2005, but I don't see it.
What's with the express version? Is it another way of saying betazoid?
Will usoft support those of use that use VB express when VB2005 comes out?
Thanks,
Dec 27 '05 #1
9 1419
vb express 2005 is a part of visual studio express...

it is the same as other versions from microsoft with some diferences...

check at microsoft's web site they have table there with diferences...

main one is that it connects with local database if you use controls
provided...

but if you write code (if you add connection string at runtime for
remote) for those controls it can connect to remote database...

i hope my english was good enough for you to understand :-)

Dec 27 '05 #2

"Al_C" <ac****@bicnet.net> wrote in message news:Oy**************@TK2MSFTNGP09.phx.gbl...
What is the future of VB express?
We're doing an app in VB2003 and like some of the VB controls in VS2005.
Is VB Express a serious product? Let's face it, the price makes me wonder? Free is never forever ;)
I don't have an issue with buying VB2005, but I don't see it.
What's with the express version? Is it another way of saying betazoid?
Will usoft support those of use that use VB express when VB2005 comes out?
Thanks,


To add a bit to what Andy said. VB Express is a trimmed down version of Visual Basic 2005 that comes with Visual Studio 2005
Standard Edition and higher. From what I have read, it is targeted at new programmers wishing to learn VB. Also, you are
correct, it is not free forever. It is a "Free to Download" product from Microsoft , for the next year. After that, if someone
wants to obtain it, they will have to pay for it. Those that have downloaded it during that year, can continue to use it (free
of charge) as long as they like. It is simply a marketing method to get new users for VB and other Microsoft programming
products. You can also download C#, C++, and other Express Products too. All are seperate downloads and not available in a
single IDE like Visual Studio 2005 Standard and above.
I run VB Express on my cheapy , Wal-Mart Black Friday, laptop ( HP-Ze2308Wm) and it runs pretty good.
Oh, and all the other versions are out as far as I can tell. You can order them from Amazon right now.
james

Dec 27 '05 #3
Thanks guys. Have seen usoft give away time limited samples, but notthing
like this.
Have a friend that uses VB6 on his machine. Can he run VB express on the
same machine?
I want to send hime code samples and I'm running VB2003 which I know won't
work on his
VB6 machine, but if he downloaded VB express I suspect he could take my code
samples and
update it if needed (like VB6 to VB.net files)
"Al_C" <ac****@bicnet.net> wrote in message
news:Oy**************@TK2MSFTNGP09.phx.gbl...
What is the future of VB express?
We're doing an app in VB2003 and like some of the VB controls in VS2005.
Is VB Express a serious product? Let's face it, the price makes me
wonder? Free is never forever ;)
I don't have an issue with buying VB2005, but I don't see it.
What's with the express version? Is it another way of saying betazoid?
Will usoft support those of use that use VB express when VB2005 comes out?
Thanks,

Dec 27 '05 #4
yeah he can run it... you can run vb6, vb.2003, vb express, vb 2005
standard/pro at the same time on the same pc... its not a problem

Dec 28 '05 #5
Have him download the "manual" install and ISO Buster (free version). Then
he won't have to play the activation game for "free software".

Mike Ober.

"Andy" <an***********@gmail.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
yeah he can run it... you can run vb6, vb.2003, vb express, vb 2005
standard/pro at the same time on the same pc... its not a problem


Dec 28 '05 #6
Thanks guys, solid answers.
Like VBexpress so far. Just need to get used to the extra capabilities.
Will usoft support VBExpress with SPs?

"Al_C" <ac****@bicnet.net> wrote in message
news:Oy**************@TK2MSFTNGP09.phx.gbl...
What is the future of VB express?
We're doing an app in VB2003 and like some of the VB controls in VS2005.
Is VB Express a serious product? Let's face it, the price makes me
wonder? Free is never forever ;)
I don't have an issue with buying VB2005, but I don't see it.
What's with the express version? Is it another way of saying betazoid?
Will usoft support those of use that use VB express when VB2005 comes out?
Thanks,

Dec 29 '05 #7

"Al_C" <ac****@bicnet.net> wrote in message news:%2****************@tk2msftngp13.phx.gbl...
Thanks guys, solid answers.
Like VBexpress so far. Just need to get used to the extra capabilities.
Will usoft support VBExpress with SPs?

Good question, and one that only Microsoft knows the answer to. I would think so, if there are issues that effect the base
system and are severe enough to warrant a Service Pack.
james
Dec 29 '05 #8
VB 2005 Express can be run on the same machine as VB6. There is an upgrade
wizard included for VB-to-VB.NET, but bear in mind it is not 100%.

Randall Arnold

"Al_C" <ac****@bicnet.net> wrote in message
news:eZ**************@TK2MSFTNGP10.phx.gbl...
Thanks guys. Have seen usoft give away time limited samples, but notthing
like this.
Have a friend that uses VB6 on his machine. Can he run VB express on the
same machine?
I want to send hime code samples and I'm running VB2003 which I know won't
work on his
VB6 machine, but if he downloaded VB express I suspect he could take my
code samples and
update it if needed (like VB6 to VB.net files)
"Al_C" <ac****@bicnet.net> wrote in message
news:Oy**************@TK2MSFTNGP09.phx.gbl...
What is the future of VB express?
We're doing an app in VB2003 and like some of the VB controls in VS2005.
Is VB Express a serious product? Let's face it, the price makes me
wonder? Free is never forever ;)
I don't have an issue with buying VB2005, but I don't see it.
What's with the express version? Is it another way of saying betazoid?
Will usoft support those of use that use VB express when VB2005 comes
out?
Thanks,


Dec 29 '05 #9

"james" <jjames700ReMoVeMe at earthlink dot net> wrote in message
news:eu**************@TK2MSFTNGP12.phx.gbl...
To add a bit to what Andy said. VB Express is a trimmed down version of
Visual Basic 2005 that comes with Visual Studio 2005 Standard Edition and
higher. From what I have read, it is targeted at new programmers wishing
to learn VB. Also, you are correct, it is not free forever. It is a "Free
to Download" product from Microsoft , for the next year. After that, if
someone wants to obtain it, they will have to pay for it. Those that have
downloaded it during that year, can continue to use it (free of charge) as
long as they like. It is simply a marketing method to get new users for
VB and other Microsoft programming products. You can also download C#,
C++, and other Express Products too. All are seperate downloads and not
available in a single IDE like Visual Studio 2005 Standard and above.


And it is recommended to download from

http://msdn.microsoft.com/vstudio/ex...pport/install/

as you will get .iso images of the install CDs from there.

Jan 1 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jack | last post by:
Will these be add-ons to Whidby?
2
by: Bootstrap Bill | last post by:
A new Google group has been formed for the purpose of discussing the new Visual Studio Express products. http://groups-beta.google.com/group/Visual-Studio-Express The products are currently in...
1
by: Lubomir | last post by:
Hi, I would like to ask, how different are C# 2005 Express Edition and C# within MS Visual Studio 2005. Than as well Visual Web Developer 2005 Express Edition and ASP within MS VS 2005. ...
8
by: Peter Oliphant | last post by:
I have been using VS C++.NET 2005 Express as our company waits for the MSDN full version to arrive. It is a pretty amazing free tool! My question is I'd like to also do some VS C#.NET stuff too....
1
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005...
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
7
by: Mihajlo Cvetanović | last post by:
Hi all, I've been trying to find some info on Visual C++ 2005 Standard on Microsoft's site, but wasn't able to find any. There's only VC++ 2005 Express Edition, and Visual Studio 2005 Standard,...
2
by: kress1963nov22 | last post by:
I recently purchased a good MS book ("Build a Web Site Now") by Jim Buyens. It has the Express Edition of MS-Visual Web Developer 2005 on CD and also MS SQL Server 2005 Express Edition on the CD. A...
3
by: Steve | last post by:
Hi All I downloaded Sql server 2005 express SP2 and attempted to modify the Bootstrapper package files as I did with SP1 When i try to install SQL server as part of my VS 2005 deployment app I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.