|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VS2005-VB Viewing 'Main' for MDIParentI have been reading the digital manual to find out how I can see the "main"
procedure and I find this line under "Main Procedure" in the documentation: "Windows Forms applications run on their own. However, the Visual Basic compiler automatically generates a Main procedure in such an application, and you do not need to write one." How can I see this guy?? It is no where in code that I can find. I have some things to do in it.. I have already tried creating a 'main' procedure in a module and in the startup form but it does not fire off. "Jon" <jon_ol***@msn.com> schrieb It's written into the executable, not into the source code. You can not view > I have been reading the digital manual to find out how I can see the > "main" procedure and I find this line under "Main Procedure" in the > documentation: "Windows Forms applications run on their own. > However, the Visual Basic compiler automatically generates a Main > procedure in such an application, and you do not need to write one." > > How can I see this guy?? It is no where in code that I can find. I > have some things to do in it.. it. > I have already tried creating a 'main' procedure in a module and in You have to disable the "application framework" and select the Sub Main you> the startup form but it does not fire off. wrote as the startup object in the project's properties. Armin
Newbie Question: How To Open A File Non-Exclusively?
Command line argument in NET Release Memory Drag Picturebox Prog execution in IDE works, fails when running exe unexpected split functionality - index out of bounds Integer to color Multiple result sets from Data Reader Iterating thru User-Defined Data Type Property How to customize template in VBCommenter |
|||||||||||||||||||||||