473,387 Members | 1,362 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,387 software developers and data experts.

Standard Version 2005

Newbie to .Net

I am a VB 6.0 Programmer

I am using the Visual Studio 2005 Standard Edition
I selected all options on the Installation.

Question:
How does one make a .exe with the Standard Editon of VB.Net
Does .Net allow for Standalone programs?

Thanks in advance
bob
ro******@mountaincable.net
Nov 23 '05 #1
7 1172
Don`t you see a build text in the top bar ? , or you could built by
selecting the project or solution in the project explorer then right mouse
and select build

regards

Michel Posseth [MCP]

"Robert" <ro******@mountaincable.net> wrote in message
news:eo**************@TK2MSFTNGP14.phx.gbl...
Newbie to .Net

I am a VB 6.0 Programmer

I am using the Visual Studio 2005 Standard Edition
I selected all options on the Installation.

Question:
How does one make a .exe with the Standard Editon of VB.Net
Does .Net allow for Standalone programs?

Thanks in advance
bob
ro******@mountaincable.net

Nov 23 '05 #2
In addition to what Michael said, VB2005 (any edition) , just like VB6, does not make "stand alone" programs.
james

"Robert" <ro******@mountaincable.net> wrote in message news:eo**************@TK2MSFTNGP14.phx.gbl...
Newbie to .Net

I am a VB 6.0 Programmer

I am using the Visual Studio 2005 Standard Edition
I selected all options on the Installation.

Question:
How does one make a .exe with the Standard Editon of VB.Net
Does .Net allow for Standalone programs?

Thanks in advance
bob
ro******@mountaincable.net

Nov 23 '05 #3
"Robert" <ro******@mountaincable.net> wrote in message
news:eo**************@TK2MSFTNGP14.phx.gbl...
Newbie to .Net

I am a VB 6.0 Programmer

I am using the Visual Studio 2005 Standard Edition
I selected all options on the Installation.

Question:
How does one make a .exe with the Standard Editon of VB.Net
Does .Net allow for Standalone programs?

Thanks in advance
bob
ro******@mountaincable.net


DotNet newbie here as well (not past the "browse the groups" stage yet
<g>)... just clearing up the "Stand Alone" part. No Windows app is truly
"stand alone". If it seems like it is, it's because the dependencies it
requires are so common that all Windows installations should already have
them in place.. in C/C++'s case, since Windows itself was written in those
languages, the dependencies are guaranteed to be present.. Having said that,
VB5/6 apps can be considered "Stand Alone" on any OS newer than NT4/SP4 (as
long as you're not using custom controls) and any .Net app can be considered
"Stand Alone" if the end users PC has the framework installed (as long as
you're not using custom controls).

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 23 '05 #4

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
and any .Net app can be considered "Stand Alone" if the end users PC has
the framework installed (as long as you're not using custom controls).


That's still a big "if".

VB6 requires the vb6 runtime, which there was talk of it being pulled from
future versions of Windows (aka Vista). I think MS reversed course on that,
but I think it is fair to say such programs are not "Stand Alone".

Greg

Nov 23 '05 #5
Robert,

How small your computerprogram is, it needs forever a computer.

About what that is, we could have a discussion from morning until deep in
the night, probably the best to do in a bar.

Just my thought,

Cor
Nov 23 '05 #6
"Greg Burns" <bl*******@newsgroups.nospam> wrote in message
news:OP**************@TK2MSFTNGP09.phx.gbl...

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
and any .Net app can be considered "Stand Alone" if the end users PC has
the framework installed (as long as you're not using custom controls).
That's still a big "if".


You got that right <g>... If MS wants "the masses" to install the framework,
here's an easy way to get it to all PCs in a hurry.

MS needs to write a freeware game in .Net that appeals to ages 6 and up and
offer that, for free, on a CD in grocery stores, right next to the
AOL/Earthlink CDs. Nothing will get the framework installed faster than a
kid yelling "mommy, I want this game, my friend has it!"

VB6 requires the vb6 runtime, which there was talk of it being pulled from
future versions of Windows (aka Vista). I think MS reversed course on
that,
Yeah... if they actually want people to want to upgrade to a new OS without
buying _all new apps_ for their PCs, they did the right thing by including
it.
but I think it is fair to say such programs are not "Stand Alone".

Greg


True... not standalone... no windows apps are. The C++ guys are spoiled on
the fact that their runtimes are guaranteed to be present (they may suffer
from versionitis but that's different). For my downloads, I offer "just the
compiled component" and link to the latest runtimes so users can get them if
they need them. Since nothing I have is any good without having VB
installed, I haven't had any complaints.

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 23 '05 #7
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:e0**************@TK2MSFTNGP12.phx.gbl...
You got that right <g>... If MS wants "the masses" to install the
framework, here's an easy way to get it to all PCs in a hurry.

MS needs to write a freeware game in .Net that appeals to ages 6 and up
and offer that, for free, on a CD in grocery stores, right next to the
AOL/Earthlink CDs. Nothing will get the framework installed faster than a
kid yelling "mommy, I want this game, my friend has it!"


And now with the 2.0 framework being released, all those machines that may
have had "the Framework" installed now don't. :^)

I am dealing with this issue on a very small scale on our local lan. I want
to use VS 2005, but all our machines still only have 1.1 installed. :(

Greg

Nov 23 '05 #8

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

Similar topics

7
by: Mike | last post by:
Hi, I have read the Microsoft Product Feature Comparisons page many times over (http://msdn.microsoft.com/vstudio/products/compare/default.aspx), as well as Gregory's blog on the subject...
0
by: Jon Gabel | last post by:
I am getting ready to upgrade from VS 2003 to VS 2005. I am creating ..NET applications for desktop PCs and for PocketPCs. From the information on the Microsoft website, it appears that I could get...
1
by: jmespinosabaviera | last post by:
1) Does visual studio standard 2005 include visual basic ?. 2) What difference is there between the visual studio standard 2005 and the professional version ? 3) What difference is there...
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: W C Hull | last post by:
I know that I can download a copy of Visual Basic 2005 Express for free. My question is this..... I have Visual Basic 6.0 Professional and was wondering if anyone that has used the packages can...
2
by: tele | last post by:
Hi. I understand Microsoft has VB 2005 Express available for download. I want to know if there is a standard version of Visual Basic 2005? If it's in the Visual Studio studio suite, then which one?...
4
by: javanewbie22 | last post by:
Dear experts, There is a lot of talk these days about .net. I'm considering buying the software to pick it up. Yet something else to learn! I notice that you can get older standard version...
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
1
by: Utahduck | last post by:
We've got a SQL 2000 Server running the Enterprise 120-day trial. Normally you can retain the information by upgrading it to the full- blown version of Enterprise edition. However, we have decided...
3
by: Arek | last post by:
Hi, I'm going to buy Visual Studio Standard Edition. I've found product feature comparison for VS 2005 version (http://msdn2.microsoft.com/en- us/vstudio/aa700921.aspx). I'm looking for...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.