I just want the Version number of my app..please....!!!

  • Thread starter Thread starter N.Naeem
  • Start date Start date
N

N.Naeem

how do i do the following in vb.net as done SIMPLY! in VB6

label1.caption = app.major
 
dim versionNumber as string

versionNumber = Application.ProductVersion.tostring
 
Imports System.Reflection;

Dim v As Version = Assembly.GetExecutingAssembly().GetName().Version
 
i can't get Application.ProductVersion.tostring
only EXIT, DOEVENTS or RUN
 
which framework are you working with? .NET or compact framework .NET?
 

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