2 forms link between label and textbox
-
hi , i want to show the text typed in textbox(form 1) shown on label(form 2) heres my code : label2.Text = txtUser.text; i get a error textbox8 does not exist in current context
-
hi , i want to show the text typed in textbox(form 1) shown on label(form 2) heres my code : label2.Text = txtUser.text; i get a error textbox8 does not exist in current context
Okay, and? :confused: :rolleyes: [edit] This looks like VB, .Net, or Unmanaged code. Regardless, you are in the wrong forum. [/edit]
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Okay, and? :confused: :rolleyes: [edit] This looks like VB, .Net, or Unmanaged code. Regardless, you are in the wrong forum. [/edit]
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
and i get a error :laugh:
-
Okay, and? :confused: :rolleyes: [edit] This looks like VB, .Net, or Unmanaged code. Regardless, you are in the wrong forum. [/edit]
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
sorry i only see now that i didnt finish it :-\ :-\ uhm i get a (textbox8) login form not part of current .....
-
and i get a error :laugh:
Congratulations. Since you do not offer anything about that error, and my ESP is down for maintenance, I guess my work here is done.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Congratulations. Since you do not offer anything about that error, and my ESP is down for maintenance, I guess my work here is done.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
i only saw now that i havent finished it, i sent you a reply but seems like it didnt go thru , i get a (textbox8)login form does not exist in current context
-
sorry i only see now that i didnt finish it :-\ :-\ uhm i get a (textbox8) login form not part of current .....
You can't directly refer to controls on another Form from within a Form. You must expose a method or property on the other Form by which to retrieve the value of the control.
The difficult we do right away... ...the impossible takes slightly longer.
-
You can't directly refer to controls on another Form from within a Form. You must expose a method or property on the other Form by which to retrieve the value of the control.
The difficult we do right away... ...the impossible takes slightly longer.
ok makes sense , how do i do that ;P ;P public form 1
-
ok makes sense , how do i do that ;P ;P public form 1