|
-
Feb 18th, 2013, 02:06 PM
#17
Hyperactive Member
Re: [RESOLVED] Label does not refresh on load
 Originally Posted by TysonLPrice
You know why you got everybody confused when you posted your question don't you? When you tried to answer the other thread's OP you changed his code.
Here is the original question
greathope123 (Programmer)
18 Feb 13 3:58
Hi,
When start my VB.Net program, the behaviou of Textbox and Lablel are different:
Code:
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
TextBox2.Text = "222222222222"
Label4.Text = "4444444444444"
End Sub
TextBox2 will show "222222222222" but Label4 wont show anything!
What I am doing wrong?
The original OP wasn't putting his code in the TextBox2_TextChanged, he was putting it in TextBox1_TextChanged!!
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
|