473,395 Members | 2,468 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Version Info

Hi

I am trying to find out how to set the version info so I can display the
version number in the about box of my application.

I have the following code but do not know where the values are set.

Me.Text = "Version: " & System.Environment.Version.ToString

Many thanks in advance

Peter
Nov 20 '05 #1
5 944
Version of your application or Version of windows?

This gives you the version of Windows.

-CJ
"Peter" <pe***@tyler-online.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi

I am trying to find out how to set the version info so I can display the
version number in the about box of my application.

I have the following code but do not know where the values are set.

Me.Text = "Version: " & System.Environment.Version.ToString

Many thanks in advance

Peter

Nov 20 '05 #2
Version of my application.

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vs************@corp.supernews.com...
Version of your application or Version of windows?

This gives you the version of Windows.

-CJ
"Peter" <pe***@tyler-online.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi

I am trying to find out how to set the version info so I can display the
version number in the about box of my application.

I have the following code but do not know where the values are set.

Me.Text = "Version: " & System.Environment.Version.ToString

Many thanks in advance

Peter


Nov 20 '05 #3
RDI
On the property pages for your solution.

"Peter" <pe***@tyler-online.co.uk> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
Version of my application.

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vs************@corp.supernews.com...
Version of your application or Version of windows?

This gives you the version of Windows.

-CJ
"Peter" <pe***@tyler-online.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi

I am trying to find out how to set the version info so I can display the version number in the about box of my application.

I have the following code but do not know where the values are set.

Me.Text = "Version: " & System.Environment.Version.ToString

Many thanks in advance

Peter



Nov 20 '05 #4
system.Reflection.Assembly.GetExecutingAssembly(). GetName().Version

"Peter" <pe***@tyler-online.co.uk> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
Version of my application.

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vs************@corp.supernews.com...
Version of your application or Version of windows?

This gives you the version of Windows.

-CJ
"Peter" <pe***@tyler-online.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi

I am trying to find out how to set the version info so I can display the version number in the about box of my application.

I have the following code but do not know where the values are set.

Me.Text = "Version: " & System.Environment.Version.ToString

Many thanks in advance

Peter



Nov 20 '05 #5
Many thanks
"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vs************@corp.supernews.com...
system.Reflection.Assembly.GetExecutingAssembly(). GetName().Version

"Peter" <pe***@tyler-online.co.uk> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
Version of my application.

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vs************@corp.supernews.com...
Version of your application or Version of windows?

This gives you the version of Windows.

-CJ
"Peter" <pe***@tyler-online.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> Hi
>
> I am trying to find out how to set the version info so I can display the > version number in the about box of my application.
>
> I have the following code but do not know where the values are set.
>
> Me.Text = "Version: " & System.Environment.Version.ToString
>
> Many thanks in advance
>
> Peter
>
>



Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Lee Alexander | last post by:
hi, Perhaps someone can help me. I am trying to serialize an object but the serialization isn't working. I have created a small console app to show my problem. Perhaps someone with more...
1
by: José Joye | last post by:
I have created a VC project (which will create a DLL). It is using managed extension. It also has a ConfigData.cpp. In that file I have the following: ; However, it does not write any version...
11
by: Dennis C. Drumm | last post by:
I am trying to find a way to compare the version of the currently executing assembly to the version of my latest upload so I can notify the user when a newer version is available. Is it possible...
6
by: Boris | last post by:
I have taken over a project which when compiled creates a DLL which has no version info tab. When you do a right-click with your mouse on the DLL file there is no version info. I checked some other...
10
by: Mike Logan | last post by:
I am using the "contract first" design methodology. Contract First is design the WSDL first then design the server and client. However I must design my XSD/XML Schema before anything. I am...
5
by: Frank Swarbrick | last post by:
Has anyone come upon this problem? My DB2/LUW 9.1 database seems to be both "started and not started". Check out the following: C:\Program Files\IBM\SQLLIB\BIN>db2 connect to sample SQL1032N ...
4
by: Miro | last post by:
Sorry for all the posts today. Just not been a good day. I cant seem to figure out version numbering. I click on the MyProject and set up the Major, Minor, MajorRevision, MinorRevision as ...
2
by: =?Utf-8?B?R3V5IENvaGVu?= | last post by:
Hi all I use: me.caption =Application.ProductVersion() (vb 2005) to present the version of the product. It always show 1.0.0.0 I googled some and found that I have to edit assemblyinfo.vb 1....
2
by: =?Utf-8?B?Unlhbg==?= | last post by:
I am using vb.net to launch an external application (.exe); how do I capture this external applications's version number in my vb.net app?
4
by: =?Utf-8?B?anBzaG9ydHN0dWZm?= | last post by:
Hi, not sure if this is the right place for this but it was definitely the closest I could find. I am having trouble with the GetFileVersionInformation/VerQueryValue functions and was wondering...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.