473,406 Members | 2,713 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.

Questions about VB 2008 Express Edition

I know that VB installs version 3.5 of .Net. I have versions 1.1 & 2.0 on my
PC. Can I uninstall versions 1.1 & 2.0 after I install VB?

I've been browsing thru books on VB Express Edition. In one book it stated
that VB comes with a "classic" VB to VB.Net converter. In another book, I
read that the converter comes with Visual Studio. Which is it?

I know that ClickOnce can create an installer for a CD or DVD. Can it create
an installer for a floppy or a flash drive or an e-mail attachment?

Thank you.
David
Sep 9 '08 #1
6 1504
1 do not uninstall any of the framework
because some of your programs may need it for runtime purpose

2 the vb converter is shipped with express as well
it will only work if you have vb6 installed on your dev box

installer for a floppy??? yeah why not if it is a very small program that do
not use any dll

for email attachment use %WINDIR%system32\iexpress.exe
to package your files in 1 executable
"pcnerd" <pc****@discussions.microsoft.comwrote in message
news:E3**********************************@microsof t.com...
I know that VB installs version 3.5 of .Net. I have versions 1.1 & 2.0 on
my
PC. Can I uninstall versions 1.1 & 2.0 after I install VB?

I've been browsing thru books on VB Express Edition. In one book it stated
that VB comes with a "classic" VB to VB.Net converter. In another book, I
read that the converter comes with Visual Studio. Which is it?

I know that ClickOnce can create an installer for a CD or DVD. Can it
create
an installer for a floppy or a flash drive or an e-mail attachment?

Thank you.
David
Sep 9 '08 #2
I was hoping that you would say that the converter comes with the express
edition. I assume & I hope that it is the same program that comes with Visual
Studio, correct? I've been playing around with VB since version 3! I have VB6
Learning Edition. I have a lot of demos. So, I'd have to open each demo in
VB6 & save it before I run the converter, correct?

Is the converter available as a download?
for email attachment use %WINDIR%system32\iexpress.exe
to package your files in 1 executable. HUH? How do I run that program?
Thank you.
David

"Gillard" wrote:
1 do not uninstall any of the framework
because some of your programs may need it for runtime purpose

2 the vb converter is shipped with express as well
it will only work if you have vb6 installed on your dev box

installer for a floppy??? yeah why not if it is a very small program that do
not use any dll

"pcnerd" <pc****@discussions.microsoft.comwrote in message
news:E3**********************************@microsof t.com...
I know that VB installs version 3.5 of .Net. I have versions 1.1 & 2.0 on
my
PC. Can I uninstall versions 1.1 & 2.0 after I install VB?

I've been browsing thru books on VB Express Edition. In one book it stated
that VB comes with a "classic" VB to VB.Net converter. In another book, I
read that the converter comes with Visual Studio. Which is it?

I know that ClickOnce can create an installer for a CD or DVD. Can it
create
an installer for a floppy or a flash drive or an e-mail attachment?

Thank you.
David

Sep 9 '08 #3
to upgrade a vb6 program just doubleclick on it and you'll see that vb2008
handle the converstion pretty good
you do not need to download the converter it is installed in vb2008
%WINDIR% = windows installation directory ( c:\windows ?)

to run iexpress.exe

just type iexpress in a command prompt

or in a run box

"pcnerd" <pc****@discussions.microsoft.comwrote in message
news:9F**********************************@microsof t.com...
I was hoping that you would say that the converter comes with the express
edition. I assume & I hope that it is the same program that comes with
Visual
Studio, correct? I've been playing around with VB since version 3! I have
VB6
Learning Edition. I have a lot of demos. So, I'd have to open each demo in
VB6 & save it before I run the converter, correct?

Is the converter available as a download?
>for email attachment use %WINDIR%system32\iexpress.exe
to package your files in 1 executable. HUH? How do I run that program?

Thank you.
David

"Gillard" wrote:
>1 do not uninstall any of the framework
because some of your programs may need it for runtime purpose

2 the vb converter is shipped with express as well
it will only work if you have vb6 installed on your dev box

installer for a floppy??? yeah why not if it is a very small program that
do
not use any dll

"pcnerd" <pc****@discussions.microsoft.comwrote in message
news:E3**********************************@microso ft.com...
I know that VB installs version 3.5 of .Net. I have versions 1.1 & 2.0
on
my
PC. Can I uninstall versions 1.1 & 2.0 after I install VB?

I've been browsing thru books on VB Express Edition. In one book it
stated
that VB comes with a "classic" VB to VB.Net converter. In another book,
I
read that the converter comes with Visual Studio. Which is it?

I know that ClickOnce can create an installer for a CD or DVD. Can it
create
an installer for a floppy or a flash drive or an e-mail attachment?

Thank you.
David

Sep 9 '08 #4
You state :
to upgrade a vb6 program just doubleclick on it and you'll see that vb2008
handle the conversion pretty good
What is "it"? Is "it" VB or VB.Net?

Is the conversion tool available from the VB IDE menu?

I suppose that the conversion tool makes its best effort to convert VB6 to
VB.NET. Suppose there are things that it cannot convert. Does the converter
give a list of things that it cannot convert?

I read in a book that it's possible to create .Net classes that can be added
to the Framework. How is that done?

Thank you.
David

"Gillard" wrote:
to upgrade a vb6 program just doubleclick on it and you'll see that vb2008
handle the converstion pretty good
you do not need to download the converter it is installed in vb2008
%WINDIR% = windows installation directory ( c:\windows ?)

to run iexpress.exe

just type iexpress in a command prompt

or in a run box

"pcnerd" <pc****@discussions.microsoft.comwrote in message
news:9F**********************************@microsof t.com...
I was hoping that you would say that the converter comes with the express
edition. I assume & I hope that it is the same program that comes with
Visual
Studio, correct? I've been playing around with VB since version 3! I have
VB6
Learning Edition. I have a lot of demos. So, I'd have to open each demo in
VB6 & save it before I run the converter, correct?

Is the converter available as a download?
for email attachment use %WINDIR%system32\iexpress.exe
to package your files in 1 executable. HUH? How do I run that program?
Thank you.
David

"Gillard" wrote:
1 do not uninstall any of the framework
because some of your programs may need it for runtime purpose

2 the vb converter is shipped with express as well
it will only work if you have vb6 installed on your dev box

installer for a floppy??? yeah why not if it is a very small program that
do
not use any dll

"pcnerd" <pc****@discussions.microsoft.comwrote in message
news:E3**********************************@microsof t.com...
I know that VB installs version 3.5 of .Net. I have versions 1.1 & 2.0
on
my
PC. Can I uninstall versions 1.1 & 2.0 after I install VB?

I've been browsing thru books on VB Express Edition. In one book it
stated
that VB comes with a "classic" VB to VB.Net converter. In another book,
I
read that the converter comes with Visual Studio. Which is it?

I know that ClickOnce can create an installer for a CD or DVD. Can it
create
an installer for a floppy or a flash drive or an e-mail attachment?

Thank you.
David

Sep 9 '08 #5
>to upgrade a vb6 program just doubleclick on it and you'll see that
>vb2008
handle the conversion pretty good

What is "it"? Is "it" VB or VB.Net?
The preceding noun in that sentence was 'program'. 'it' obviously referred
to that.
I don't think that's right though.
Presumably by 'vb6 program' he meant either the project file, or the
executable produced from it. If you doubleclick the executable, it will just
run it, if you doubleclick the vbp or any of the other source files, they
will just open in VB6. To do the conversion, you need to start VB.Net, and
load the project in there.
Before starting I would recommend that you look in the VB.Net help. There is
a whole section on converting VB6 programs to .Net. Look for the page
entitled: Upgrade For Visual Basic 6 Users (How Do I in Visual Basic)
Also available here:
http://msdn.microsoft.com/en-us/library/ms172562.aspx
>
Is the conversion tool available from the VB IDE menu?
The tool will start automatically when you open a VB6 project in the VB.Net
IDE.
>
I suppose that the conversion tool makes its best effort to convert VB6 to
VB.NET. Suppose there are things that it cannot convert. Does the
converter
give a list of things that it cannot convert?
Yes it produces a report in an HTML file highlighting any issues.
>
I read in a book that it's possible to create .Net classes that can be
added
to the Framework. How is that done?
Don't know about that sorry. You can create class libraries (DLLs) just like
you could with VB6. I'm not sure if you can then make this part of the
framework itself (nor why you'd want to).
Sep 10 '08 #6
PcNerd,

Already from version VB 2005 the name for the product VB is VB with the
extention of a year.

There was a product version in 2002/2003 which was VB.Net

There were product versions named VB1 to VB6 therefore with VB can in fact
only be meant a version 2005 or 2008

The language name from the versions (not the product name) is VB1 to VB9,
while there was also a version which 7.1 which was in fact an upgrade from
version 7, which had slight but very usefull improvements.

Version 7.0 And 7.1 where the only onces which had the extention .Net in
their product version name

Cor

"pcnerd" <pc****@discussions.microsoft.comschreef in bericht
news:60**********************************@microsof t.com...
You state :
>to upgrade a vb6 program just doubleclick on it and you'll see that
vb2008
handle the conversion pretty good

What is "it"? Is "it" VB or VB.Net?

Is the conversion tool available from the VB IDE menu?

I suppose that the conversion tool makes its best effort to convert VB6 to
VB.NET. Suppose there are things that it cannot convert. Does the
converter
give a list of things that it cannot convert?

I read in a book that it's possible to create .Net classes that can be
added
to the Framework. How is that done?

Thank you.
David

"Gillard" wrote:
>to upgrade a vb6 program just doubleclick on it and you'll see that
vb2008
handle the converstion pretty good
you do not need to download the converter it is installed in vb2008
%WINDIR% = windows installation directory ( c:\windows ?)

to run iexpress.exe

just type iexpress in a command prompt

or in a run box

"pcnerd" <pc****@discussions.microsoft.comwrote in message
news:9F**********************************@microso ft.com...
I was hoping that you would say that the converter comes with the
express
edition. I assume & I hope that it is the same program that comes with
Visual
Studio, correct? I've been playing around with VB since version 3! I
have
VB6
Learning Edition. I have a lot of demos. So, I'd have to open each demo
in
VB6 & save it before I run the converter, correct?

Is the converter available as a download?

for email attachment use %WINDIR%system32\iexpress.exe
to package your files in 1 executable. HUH? How do I run that program?

Thank you.
David

"Gillard" wrote:

1 do not uninstall any of the framework
because some of your programs may need it for runtime purpose

2 the vb converter is shipped with express as well
it will only work if you have vb6 installed on your dev box

installer for a floppy??? yeah why not if it is a very small program
that
do
not use any dll

"pcnerd" <pc****@discussions.microsoft.comwrote in message
news:E3**********************************@microso ft.com...
I know that VB installs version 3.5 of .Net. I have versions 1.1 &
2.0
on
my
PC. Can I uninstall versions 1.1 & 2.0 after I install VB?

I've been browsing thru books on VB Express Edition. In one book it
stated
that VB comes with a "classic" VB to VB.Net converter. In another
book,
I
read that the converter comes with Visual Studio. Which is it?

I know that ClickOnce can create an installer for a CD or DVD. Can
it
create
an installer for a floppy or a flash drive or an e-mail attachment?

Thank you.
David

Sep 10 '08 #7

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

Similar topics

1
by: Bob | last post by:
My team is about to pick a language/platform to develop a brand new WEB application. Seeing all the hype on the new Visual Studio 2005, I've suggested that we go with this technology. As such, I...
4
by: Brian | last post by:
Hello, I have a few questions about the 2005 editions of VB.NET and VS as a whole. Is the only stand alone VB.NET the express edition? In looking at the standard VS.NET 2005, it says...
24
by: JJ | last post by:
I see the new software is 'RTM' but what does that mean in terms of when we can actually purchase it? Thanks, JJ
0
by: =?Utf-8?B?TWlyYW5v?= | last post by:
I tried it several times, setup disk is not damaged, everything is fine, but it always fails with the error below after completing like 75% of the installation. Then I saw other posts, and figured...
5
by: XiCookieX | last post by:
I'm not sure if I am in the right section. If i am not I'm very sorry, but can you guys at least answer my question: I tried downloading the Microsoft Visual C++ 2008 Express Edition Trial and...
2
by: Jason | last post by:
Right now I have VB.Net 2008 Express Edition, the free edition. Is the actual full version of Just VB 2008 coming out soon? Is there anywhere I can get pricing info? I've looked over MS site...
4
by: Michael A. Covington | last post by:
I am happily developing software with C# using Visual Studio 2005. Should I upgrade to Visual Studio 2008? If I do, will I be able to work on the same project alternately with the two different...
0
by: Blaine | last post by:
Hello, Can anyone provide me with a simple example of the following: 1.) Writing a COM interface for a subroutine placed inside a "Class Library" project using vb 2008 express edition. I want...
1
by: BobLewiston | last post by:
I installed SQL Server 2008 Express, basic edition (SQLEXPR32_x86_ENU_Bootstrapper.exe, version 9.0.30729.1) without any problem. Then I attempted to install AdventureWorks Sample Databases for...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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...
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.