all groups > vb.net > february 2006 >
You're in the

vb.net

group:

VS2005-VB Viewing 'Main' for MDIParent


VS2005-VB Viewing 'Main' for MDIParent Jon
2/2/2006 6:06:55 PM
vb.net: 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..

I have already tried creating a 'main' procedure in a module and in the
startup form but it does not fire off.




Re: VS2005-VB Viewing 'Main' for MDIParent Armin Zingler
2/3/2006 2:34:49 AM
"Jon" <jon_olson@msn.com> schrieb
[quoted text, click to view]

It's written into the executable, not into the source code. You can not view
it.

[quoted text, click to view]


You have to disable the "application framework" and select the Sub Main you
wrote as the startup object in the project's properties.


Armin
AddThis Social Bookmark Button