|
-
Aug 4th, 2004, 01:05 PM
#1
Thread Starter
Frenzied Member
Display Problems - Sorry, stupid mistake..
Why is it that when I use this code:
VB Code:
lblVersion.Text = "Version: " & Application.ProductVersion
the label actualy displays:
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".
-
Aug 4th, 2004, 01:52 PM
#2
I wonder how many charact
Your re-assigning the text of the label somewhere else (by accident is my guess)
-
Aug 4th, 2004, 02:01 PM
#3
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|