IMPORTANT: Please help me with my VB 2010 OS

Discussion in 'Visual Basic ( VB )' started by migmoto007, Sep 12, 2010.

  1. migmoto007

    migmoto007 New Member

    Joined:
    Sep 12, 2010
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Canada
    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
     
    Last edited by a moderator: Sep 18, 2010
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Confine links in signatures only and I do not understand. Are you trying to create an OS with VB or what?
     
  3. virxen

    virxen Active Member

    Joined:
    Nov 24, 2009
    Messages:
    387
    Likes Received:
    90
    Trophy Points:
    28
    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
    
     
    shabbir likes this.
  4. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    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 :D )
    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 :D ]
     
  5. virxen

    virxen Active Member

    Joined:
    Nov 24, 2009
    Messages:
    387
    Likes Received:
    90
    Trophy Points:
    28
    i think that this is a misunderstanding ,i think that OS is used instead of IDE by mistake.
     
  6. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    ahh thats pretty big mistake :D
    nvm IDE perfectly ok
    where are you having thr problem with?
     
  7. migmoto007

    migmoto007 New Member

    Joined:
    Sep 12, 2010
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Canada
    Thank you virxen that was perfect help!!!!!!! :)
     
  8. migmoto007

    migmoto007 New Member

    Joined:
    Sep 12, 2010
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Canada
    whups never mind thats not it. and the last form i said form 2 i ment form 1
     
  9. virxen

    virxen Active Member

    Joined:
    Nov 24, 2009
    Messages:
    387
    Likes Received:
    90
    Trophy Points:
    28
    try telling again what you want exactly
     
  10. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Post is fine but [​IMG] is finer
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice