Results 1 to 3 of 3

Thread: Display Problems - Sorry, stupid mistake..

  1. #1

    Thread Starter
    Frenzied Member RudyL's Avatar
    Join Date
    Mar 2001
    Location
    Chicago
    Posts
    1,519

    Display Problems - Sorry, stupid mistake..

    Why is it that when I use this code:

    VB Code:
    1. lblVersion.Text = "Version: " & Application.ProductVersion

    the label actualy displays:

    0.0.1.1
    It is not appending the product verion to the word "Version". For some reason it is replacing it..

    Any thoughts?

    Rudy
    Last edited by RudyL; Aug 4th, 2004 at 02:02 PM.
    10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Your re-assigning the text of the label somewhere else (by accident is my guess)

  3. #3

    Thread Starter
    Frenzied Member RudyL's Avatar
    Join Date
    Mar 2001
    Location
    Chicago
    Posts
    1,519
    hehe.. I looked everywhere and at everything except in the form itself.. I forgot I put it in there to test it out the other day..

    DUH.... I amazemyself at times.. HEHE

    Thanks for helping me see what was infront of me..

    Appreciate the tip,
    Rudy

    10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".

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