Results 1 to 13 of 13

Thread: Simple Problem [SOLVED]

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2004
    Posts
    23

    Simple Problem [SOLVED]

    Hi there

    my program starts up with the form called FORM1

    it has a grid, with 2 textboxes, username and password

    after successful login, there is 2 textboxes that displays the username and userlevel in txtUN and txtUL respectively

    i have another form called credit
    which i call on credit_click

    with this code

    dim frmObj as new credit
    frmObj. showDialog()

    i wish to get the values found in the txtUN and txtUL on the form credit also. ?? how do i do that ?

    Thanks
    Last edited by virusdude; May 5th, 2004 at 12:06 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