jamesanthony Posted August 15, 2003 Posted August 15, 2003 Can someone please tell me where in vb.net is the startup properties, ie form to load, version no etc. Why was it necessary to move it. cheers James anthony Quote
*Experts* mutant Posted August 15, 2003 *Experts* Posted August 15, 2003 You can set the startup object by going to solution explorer, then right click your project and select Properties, it should open into the General section of Common Properties, there you can set it. You can modify the version of your program using the AssemblyInfo.vb file generated by VS.NET, or set it yourself somewhere in the code: Imports System Imports System.Reflection '..... <Assembly: AssemblyVersion("version")> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.