473,545 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1431
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******** ******@TK2MSFTN GP09.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******** ******@TK2MSFTN GP09.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.goo glegroups.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******** ******@TK2MSFTN GP09.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******** ********@tk2msf tngp13.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******** ******@TK2MSFTN GP10.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******** ******@TK2MSFTN GP09.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" <jjames700ReMoV eMe at earthlink dot net> wrote in message
news:eu******** ******@TK2MSFTN GP12.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
2091
by: Jack | last post by:
Will these be add-ons to Whidby?
2
387
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 beta testing and include Visual Basic 2005 Express, Visual C# 2005 Express, Visual C++ 2005 Express, Visual C++ 2005 Express, Visual J# 2005...
1
1873
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. Thanks, Lubomir
8
1540
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. So I'd like to download VS C#.NET 2005 Express while we are waiting as well. Problem is, although I've never tried, it says I have to uninstall all...
1
6600
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 Express Edition x86: Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value. ***EndOfSession***? Microsoft SQL Server...
4
2516
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? 2. Does VWD Express Edition support the idea of Solutions? I coun't figure out how to create a blank solution which I usually do with VS2005...
7
1697
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, Professional and Team System. What is the future of VC++ 2005 Standard? Can I somehow buy only VC++ in VS 2005 Standard?
2
2083
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 couple of questions for this newbie: Can MS SQL Server 2005 Express Edition be used in place of the older MSDE product for backend database work? I...
3
6414
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 get an error at the end of the SQL server install phase 'Invalid endpoint'. (Note SQL server express gets installed OK) If I run SQL server...
0
7487
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7680
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7778
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6003
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
4966
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3476
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
731
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.