I do have another question. Sorry for being a pest.
In VB6, there is a deployment tool that creates a setup.exe program. That utility creates a setup.exe along with a *.cab file. I like to use this system to create a ZIP file so I can distribute my programs from my web site. I cannot seem to locate anything like this in VB2005 Express.
I did find something called "Publish To Web", but I use Yahoo! as my web host & VB2005 Express cannot post to there because of something about FrontPage...
Any ideas
Thanks in advance,
-Ron

VB2005 Express Setup EXE - Deplyment
Perky
Ma?o
How do you "locate" the actual EXE after you have installed the app
I keep finding shortcuts (program reference) which is NOT the actual EXE.
Or could it be that the .Net framework is the "engine" and all .Net compilers do is create
a 'script', so to speak that interfaces with the .Net and it just appears as a program
(or why recreate the same engine [exe] when it's already in the .Net)