Results 1 to 3 of 3

Thread: changing application info?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    210

    changing application info?

    in vb6 you could change the application's info, such as version, company name, etc that show in properties when you right click.

    how can this be done in .net?
    [vbcode]
    Me.Hide()
    [/vbcode]

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    Double Click on the File Called "AssemblyInfo.vb" in soultion Explorer.

    you should see something similar to whats in the screen shot

    just change the values to whatever you want...

    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    210
    hmm... so that's what the file was for

    thanks
    [vbcode]
    Me.Hide()
    [/vbcode]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width