Q: Version number

  • Thread starter Thread starter Geoff
  • Start date Start date
G

Geoff

Hi

Can anybody help me with the following problem?

I have a vb.net application which has a setup project. In the setup I can
specify the version number of the application. I would like to display this
version number in the splash screen of the main application. Is there a way
to do this?

Geoff
 
In a windows application you can get version number like that...

System.Reflection.Assembly.GetExecutingAssembly().GetName().Version()

Now, in a setup I never tested it...

"Geoff" a écrit :
 
read books in last chatper

Frederic said:
In a windows application you can get version number like that...

System.Reflection.Assembly.GetExecutingAssembly().GetName().Version()

Now, in a setup I never tested it...

"Geoff" a écrit :
 
Thanks everyone.

By the way, the message from Frederic doesn't seem to appear in the Outlook
Express display. I only know he replied because his response is in the other
posters message.

Anybody know why that happened?

Geoff
 

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