473,748 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1524
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%system3 2\iexpress.exe
to package your files in 1 executable
"pcnerd" <pc****@discuss ions.microsoft. comwrote in message
news:E3******** *************** ***********@mic rosoft.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%system3 2\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****@discuss ions.microsoft. comwrote in message
news:E3******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. comwrote in message
news:9F******** *************** ***********@mic rosoft.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%system3 2\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****@discuss ions.microsoft. comwrote in message
news:E3******* *************** ************@mi crosoft.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****@discuss ions.microsoft. comwrote in message
news:9F******** *************** ***********@mic rosoft.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%system3 2\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****@discuss ions.microsoft. comwrote in message
news:E3******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. comschreef in bericht
news:60******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. comwrote in message
news:9F******* *************** ************@mi crosoft.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%system3 2\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****@discuss ions.microsoft. comwrote in message
news:E3******* *************** ************@mi crosoft.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
1132
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 have some questions concerning the various flavors of Visual Studio 2005. Suppose I have 4 developers: - one developer uses Visual Studio 2005 Standard Edition - one developer uses Visual Studio 2005 Professional Edition - two developers use...
4
1325
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 deployment is "Click Once". What does that mean? Can you create msi's with the standard?
24
2468
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
1622
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 out others are experiencing the same issue, so this is not something only with me. Please let me know what I need to do to install it finally. Thanks. Windows Mobile 5.0 SDK R2 for Smartphone: Error: Installation failed for component...
5
4335
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 everytime when its finished and done it says in the end: Setup could not install the following component: Microsoft Visual C++ 2008 Express Edition -ENU I have tried everything, i redownloaded it like 20 times already and deleted the...
2
1516
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 but can not find anyhting on a vb 2008 version, just the express edition. Does VB 2008 Express edition allow me to write Web Apps? I really want to write web apps but I do not see that option when opening a new project in vb 2008 express...
4
2282
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 Visual Studio versions?
0
1437
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 to call the subroutine inside the dll created during this step from excel vba code. 2.) Calling the subroutine inside the dll from excel vba.
1
3657
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 SQL Server 2008 (SQL2008.AdventureWorks_All_Databases.x86.msi). This attempt failed because SQL Server 2008 Express, basic edition doesn’t support Full-text Search, which AdventureWorks requires. So I uninstalled SQL Server 2008 Express, basic...
0
9528
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9359
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9236
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8235
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6072
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4592
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3298
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2206
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.