11-06-2010, 09:49 AM
Hi, I'm using C# and I need to know how to do this.. thanks if you know <3
textBox1 on form1 = label1 on form 2?
|
11-06-2010, 09:49 AM
Hi, I'm using C# and I need to know how to do this.. thanks if you know <3
11-06-2010, 09:53 AM
Form2.Label1.Text = Form1.TextBox1.text
That is vb.net above, try and convert it with some converters on Google.
11-06-2010, 09:57 AM
Tried that already, but thanks fr replying.
11-06-2010, 10:02 AM
11-06-2010, 10:39 AM
Not working... :/
11-06-2010, 11:11 AM
Hey dude, if you are trying to read the label1.text, maybe, on form2 and add the value into a textbox on form1, then its like this for C#:
Code: TextBox1.Text == form2.Label1.Text |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Problem in form | Chuggaism | 3 | 2,019 |
11-07-2013, 06:35 PM Last Post: AceInfinity |
|
[VB.NET] Animated Form Extend [SRC] | Fragma | 6 | 5,537 |
10-10-2013, 12:18 PM Last Post: Saket |
|
Greation a promission for users in main form or setting | deveco | 2 | 1,018 |
11-13-2012, 01:33 PM Last Post: TAHMINA123 |
|
[Tutorial] Fade In / Out Form [Source] | ₠o™ | 4 | 1,393 |
12-09-2011, 01:21 AM Last Post: ₠o™ |
|
[Help]Connecting Form Windows | milopeach | 3 | 1,257 |
05-04-2011, 07:10 AM Last Post: KoBE |