I guess you told me.
Fact is I got the book Object Oriented Programming for Visual Basic.NET on your recommendation about a year ago.
I read it completely through. I don't understand it. Maybe I am that dumb.
Denaes:
I/O (saving to/from files) was a damn simple thing in VB6. In VB.net it was more involved.
Why should that have given you trouble? Why would it not get easier in every version? The fact that things do not get easier, but more complicated is what I am talking about...
I started this thread by asking how I get my crummy little app on other machines. In VB6 it take 2 keystrokes to make it an .EXE, and I figured it out myself. It couldn't be much simpler. It should be easier in NET. It's a new version. I shouldn't even have had to come here to ask. When I tried to figure it out in Help, I got a convoluted runaround, and nothing useful. I don't understand why you would not have noticed that, when you used it.
This is one of the help subjects I found when I could not figure out to do it.
Deployment Via Distributable Media
The deployment tools in Visual Studio .NET can be used to create Windows Installer (.msi) files that can be distributed and installed on other computers. The resulting installer files can be distributed on traditional media such as floppy disks or CD-ROM, or they can be placed on a networked drive for installation across a network.
To deploy an application, you first create a Setup project and set deployment project properties that determine where and how the installer will be built. For deployment via traditional media, you would then copy the .msi file from the build location to a floppy disk or other media. To deploy to a network location, you would create a Web Setup project and add the project output group for the application to the Web Setup project in the File System Editor. After building the installer, you would copy it to the server computer, where it could then be downloaded over the network.
Do you really think that this is pertinent, good quality help?
Someone who knows how to do it will not be reading help, Someone who does not know how to do it will not get anything out of this. And this seems to be the rule, rather than the exception. I think it should be MUCH better
I chased the help links around in circles and never did get anything out of it. Rot13 explained it pretty well.
Seems to me Microsoft should contact Rot13 for help on their help.
Fact is I got the book Object Oriented Programming for Visual Basic.NET on your recommendation about a year ago.
I read it completely through. I don't understand it. Maybe I am that dumb.
Denaes:
I/O (saving to/from files) was a damn simple thing in VB6. In VB.net it was more involved.
Why should that have given you trouble? Why would it not get easier in every version? The fact that things do not get easier, but more complicated is what I am talking about...
I started this thread by asking how I get my crummy little app on other machines. In VB6 it take 2 keystrokes to make it an .EXE, and I figured it out myself. It couldn't be much simpler. It should be easier in NET. It's a new version. I shouldn't even have had to come here to ask. When I tried to figure it out in Help, I got a convoluted runaround, and nothing useful. I don't understand why you would not have noticed that, when you used it.
This is one of the help subjects I found when I could not figure out to do it.
Deployment Via Distributable Media
The deployment tools in Visual Studio .NET can be used to create Windows Installer (.msi) files that can be distributed and installed on other computers. The resulting installer files can be distributed on traditional media such as floppy disks or CD-ROM, or they can be placed on a networked drive for installation across a network.
To deploy an application, you first create a Setup project and set deployment project properties that determine where and how the installer will be built. For deployment via traditional media, you would then copy the .msi file from the build location to a floppy disk or other media. To deploy to a network location, you would create a Web Setup project and add the project output group for the application to the Web Setup project in the File System Editor. After building the installer, you would copy it to the server computer, where it could then be downloaded over the network.
Do you really think that this is pertinent, good quality help?
Someone who knows how to do it will not be reading help, Someone who does not know how to do it will not get anything out of this. And this seems to be the rule, rather than the exception. I think it should be MUCH better
I chased the help links around in circles and never did get anything out of it. Rot13 explained it pretty well.
Seems to me Microsoft should contact Rot13 for help on their help.