Hi All,
I am creating one application with 2 forms. Step1 is the first form and Step2 is the second one. I can load the second form from the first one. How do I create an instance of the first form and call it from the second form? I dont want to load the first form afresh, instead, I want to load the last instance of the first form (from the second form, may be using a Back button) where user would already have filled in some data...
User Profile
Collapse
Profile Sidebar
Collapse
bhasky12345
Last Activity: Jan 30 '13, 08:25 AM
Joined: Jan 15 '13
Location:
-
Loading one form from another
-
Thanks. That worked. Now I have a different requirement. I need to load an instance of Step1 (with the filled entries) from Step 2 (second form). I do not want to load the Step1 form afresh, instead I want to load the instance of the first form where the user would have filled in some entries and navigated to Step2. How do I do that? I can create the instance as
But I cannot useCode:Dim f1 As Step1
in the second form.Code:f1.Show()
Hope... -
Loading one userform from another
Hi all,
I am new to VB. I have to create one Windows Form application where user inputs the data and after the final submission, the entered data is displayed in the form of a word file. So far I have created 4 user forms each representing one step (out of total 4 steps).
When I load the 2nd form from the first, first form is still displayed at the background which I do not want. How do I make it word? I have used
...Code:Private Sub
No activity results to display
Show More
Leave a comment: