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
