Build Numbers

  • Thread starter Thread starter Kevin White
  • Start date Start date
K

Kevin White

Hi all,

I have a couple questions about build number:

1- When I move the mouse over some executable programs, I see tooltips
that show a version number. How can I get that into my VB.Net
programs?

2- If #1 is possible, then how can I somehow configure Visual Studio
to auto-increment this on each build?

Thanks,

Kevin
 
* (e-mail address removed) (Kevin White) scripsit:
I have a couple questions about build number:

1- When I move the mouse over some executable programs, I see tooltips
that show a version number. How can I get that into my VB.Net
programs?

Have a look at the 'FileVersionInfo' class.
2- If #1 is possible, then how can I somehow configure Visual Studio
to auto-increment this on each build?

<http://groups.google.de/[email protected]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top