How to Display Value of Textbox in VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rinachandani
    New Member
    • Jul 2012
    • 1

    How to Display Value of Textbox in VB

    i want to display name of user when login form is correctly logged in the name is to be displayed in another form of vb 6.0 using ado unbound connection
  • lyodmichael
    New Member
    • Jul 2012
    • 75

    #2
    do you try to put it in the onload?

    example.

    form1.text1.tex t = form2.label.tex t

    form1.text1.tex t is the username input and the form2.label1.te xt is the value of the text1.text ?

    and add some if else statement if the user is correct in log-in process.

    #tip

    Comment

    Working...