Closing A Form in VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • E9

    #1

    Closing A Form in VB.NET

    I'm trying to do something I thought was simple. I have a form which I use
    as a login screen. Once the user successfully supplies the password, I want
    to open another form and then close the login form. I can open the second
    form, however, if I try to close the login form by writing code in the
    second form's Load event, nothing happens. Any suggestions are greatly
    appreciated.

    E9


  • Auric__

    #2
    Re: Closing A Form in VB.NET

    On Tue, 9 Mar 2004 22:45:19 -0600, E9 wrote:
    [color=blue]
    >I'm trying to do something I thought was simple. I have a form which I use
    >as a login screen. Once the user successfully supplies the password, I want
    >to open another form and then close the login form. I can open the second
    >form, however, if I try to close the login form by writing code in the
    >second form's Load event, nothing happens. Any suggestions are greatly
    >appreciated.[/color]

    In general, people here won't or can't answer your question. Ask in this
    group:
    news://microsoft.public.dotnet.languages.vb
    --
    auric "underscore " "underscore " "at" hotmail "dot" com
    *****
    An optimist laughs to forget; a pessimist forgets to laugh.

    Comment

    • Randy Birch

      #3
      Re: Closing A Form in VB.NET

      Unfortunately, you have posted your .net question to newsgroup that caters
      primarily to VB 'classic' (aka VB5/VB6).

      You might find you get good response by posting .net questions to newsgroups
      devoted exclusively to .net programming. For the microsoft news server you
      can try:

      news://msnews.microsoft.com/microsof...dotnet.general
      news://msnews.microsoft.com/microsof...t.languages.vb
      news://msnews.microsoft.com/microsof....vsnet.general

      --

      Randy Birch
      MVP Visual Basic

      Please respond only to the newsgroups so all can benefit.


      "E9" <engineer_9@exc ite.com> wrote in message
      news:N5idnR8rnu fCANPd4p2dnA@co mcast.com...
      : I'm trying to do something I thought was simple. I have a form which I
      use
      : as a login screen. Once the user successfully supplies the password, I
      want
      : to open another form and then close the login form. I can open the second
      : form, however, if I try to close the login form by writing code in the
      : second form's Load event, nothing happens. Any suggestions are greatly
      : appreciated.
      :
      : E9
      :
      :


      Comment

      • E9

        #4
        Re: Closing A Form in VB.NET

        Okay, thanks for the help.

        "Randy Birch" <rgb_removethis @mvps.org> wrote in message
        news:Thx3c.2261 78$Qg7.157027@n ews04.bloor.is. net.cable.roger s.com...[color=blue]
        > Unfortunately, you have posted your .net question to newsgroup that caters
        > primarily to VB 'classic' (aka VB5/VB6).
        >
        > You might find you get good response by posting .net questions to[/color]
        newsgroups[color=blue]
        > devoted exclusively to .net programming. For the microsoft news server you
        > can try:
        >
        > news://msnews.microsoft.com/microsof...dotnet.general
        > news://msnews.microsoft.com/microsof...t.languages.vb
        > news://msnews.microsoft.com/microsof....vsnet.general
        >
        > --
        >
        > Randy Birch
        > MVP Visual Basic
        > http://vbnet.mvps.org/
        > Please respond only to the newsgroups so all can benefit.
        >
        >
        > "E9" <engineer_9@exc ite.com> wrote in message
        > news:N5idnR8rnu fCANPd4p2dnA@co mcast.com...
        > : I'm trying to do something I thought was simple. I have a form which I
        > use
        > : as a login screen. Once the user successfully supplies the password, I
        > want
        > : to open another form and then close the login form. I can open the[/color]
        second[color=blue]
        > : form, however, if I try to close the login form by writing code in the
        > : second form's Load event, nothing happens. Any suggestions are greatly
        > : appreciated.
        > :
        > : E9
        > :
        > :
        >
        >[/color]


        Comment

        Working...