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?
Printable View
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?
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...
http://www.vbforums.com/attachment.p...postid=1652037
hmm... so that's what the file was for :D
thanks