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
Confine links in signatures only and I do not understand. Are you trying to create an OS with VB or what?
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 [COLOR=Red]Form2.Label1.Text = TextBox1.Text[/COLOR] 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
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 ]