Results 1 to 3 of 3

Thread: Who to show app version in about box

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 1999
    Location
    CapeTown,South-Africa
    Posts
    22

    Question

    Hi all,

    I want to show the app version of my vb app in the about box.

    How do I get the version of project properties?

    Thanks
    Christo

  2. #2
    Fanatic Member Stevie's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    565
    Code:
    lblVersion.Caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision
    VB6 sp5, SQL Server 2000, C#

    There are no stupid questions. Only stupid people.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 1999
    Location
    CapeTown,South-Africa
    Posts
    22
    Thanks Stevie,

    It works 100% .

    Thanks,

    Christo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width