Results 1 to 4 of 4

Thread: [RESOLVED] Interchangeable textboxes

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2011
    Posts
    29

    [RESOLVED] Interchangeable textboxes

    I basically want to know if there is a way to make it so that if I write something in "text1" then it will also put that into "text12" and vice versa
    I was trying to do this with a timer set to 15ms and this was my code

    [code]
    Private Sub Timer1_Timer()
    Text1.Text = Text12.Text
    End Sub[code]

    That codes puts what I put in textbox12 also into textbox1, which is what I want, BUT when I try and put something in textbox1, it erases it.. So... Help?
    Last edited by Dgameman1; Apr 13th, 2011 at 01:11 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width