Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

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")>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...