Results 1 to 3 of 3

Thread: Extreme newbie question

  1. #1
    PORRASTAR
    Guest

    Extreme newbie question

    I have 2 forms in an application. Form1 has a command button on it. If the user clicks command 1, Form2 needs to be shown and form 1 dissapear. What code do I put in the command button?
    Thanking you in advance

  2. #2
    NicoVB
    Guest

    RE

    See older topic on 'objects on other forms'

  3. #3
    Junior Member dylanmendes's Avatar
    Join Date
    Dec 2001
    Location
    Bombay, India
    Posts
    28

    soln

    Just in case you didn't get the soln from the older topic pointed by nicovb,

    Dim f2 as new form2()
    f2.show()
    me.close()

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