Questions about VB 2008 Express Edition

P

pcnerd

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
 
G

Gillard

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
 
P

pcnerd

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
 
G

Gillard

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
 
P

pcnerd

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
 
C

Cor Ligthert[MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top