|
-
Jan 17th, 2004, 01:28 PM
#1
Thread Starter
Fanatic Member
passing strings to other forms..
Private Sub frmPurchaseRequisition2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim OpentheForm As New form1
lblWelcome.Text = "Welome" + OpentheForm.txtLogin.Text
how come i could not retrieve the txtLogin.text from form1?...
the code above is written under form2_Load.....
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|