Hi, i'm making a visual basic 2010 OS hopeing to come out in 2012 i need help say
I make a Textbox in Form1 how do i make Form2's label1 say whats in textbox1 in form 1?
thanks
IMPORTANT: Please help me with my VB 2010 OS
|
Go4Expert Member
|
|
| 12Sep2010,06:56 | #1 |
|
Last edited by virxen; 19Sep2010 at 04:08.. Reason: Confine links to signatures. |
|
Go4Expert Founder
|
![]() |
| 12Sep2010,09:54 | #2 |
|
Confine links in signatures only and I do not understand. Are you trying to create an OS with VB or what?
|
|
Pro contributor
|
![]() |
| 14Sep2010,03:52 | #3 |
|
if i understood correctly you want this
Code:
Public Class Form1
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
Form2.Label1.Text = TextBox1.Text
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Form2.Show()
End Sub
End Class
shabbir
likes this
|
|
Skilled contributor
|
![]() |
| 17Sep2010,17:20 | #4 |
|
just a tip [the above answer is true]
i think the point on working a OS on VB '10 is kindda a useless (as i tried once myself )what you gonna end up is re creating Windows and hardely to get all features of windows even so engage in something more usefull no offence but that's from ma experince You really need to make an OS try LFS [give stupid windows a break ]
|
|
Pro contributor
|
![]() |
| 18Sep2010,02:18 | #5 |
|
i think that this is a misunderstanding ,i think that OS is used instead of IDE by mistake.
|
|
Skilled contributor
|
![]() |
| 18Sep2010,19:54 | #6 |
|
ahh thats pretty big mistake
![]() nvm IDE perfectly ok where are you having thr problem with? |
|
Go4Expert Member
|
|
| 19Sep2010,03:51 | #7 |
|
Thank you virxen that was perfect help!!!!!!!
|
|
Go4Expert Member
|
|
| 19Sep2010,03:53 | #8 |
|
Pro contributor
|
![]() |
| 19Sep2010,04:07 | #9 |
|
try telling again what you want exactly
|
|
Go4Expert Founder
|
![]() |
| 20Sep2010,22:45 | #10 |




)

is finer