Results 1 to 4 of 4

Thread: multi forms - form1 not reloading

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2009
    Posts
    21

    Thumbs up multi forms - form1 not reloading

    Hi I am using two forms.
    Form 1 organizes student information from a textfile
    Form 2 appends a new student

    I load the second form with:
    Code:
    Dim secondForm As New Form2
            secondForm.ShowDialog()
    It loads, cool..
    When I close form 2 with me.close, form 1 does not have the updated information.

    Any ideas? Thanks

  2. #2
    VB For Fun Edgemeal's Avatar
    Join Date
    Sep 2006
    Location
    WindowFromPoint
    Posts
    4,255

    Re: multi forms - form1 not reloading

    VB6 doesn't know what "ShowDialog" is, so I think you need to post in the .NET forum, this is VB6 and Earlier.

  3. #3
    Frenzied Member
    Join Date
    Mar 2009
    Posts
    1,182

    Re: multi forms - form1 not reloading

    Yeah! You have to pass that information to Form1 and you can find that information in the .NET forum since it seems you are not using VB 6.0.

    Good Luck
    Option Explicit should not be an Option!

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2009
    Posts
    21

    Re: multi forms - form1 not reloading

    Will do...thanks

Tags for this Thread

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