User Profile

Collapse

Profile Sidebar

Collapse
bhasky12345
bhasky12345
Last Activity: Jan 30 '13, 08:25 AM
Joined: Jan 15 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bhasky12345
    started a topic Loading one form from another

    Loading one form from another

    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...
    See more | Go to post

  • 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
    Code:
    Dim f1 As Step1
    But I cannot use
    Code:
    f1.Show()
    in the second form.
    Hope...
    See more | Go to post

    Leave a comment:


  • bhasky12345
    started a topic Loading one userform from another

    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
    ...
    See more | Go to post
    Last edited by Rabbit; Jan 15 '13, 05:03 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...