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]>
 
Back
Top