CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Abadi

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    4,566

    Re: Application.Exit() Doesn't close.

    Thank you very much,,

    it worked with a similair method,, When I use the showdialog, it shows the dialog what not should be. This is what I've done:


    Form2
    public boolean go;
    try
    ...
  2. Replies
    3
    Views
    4,566

    Application.Exit() Doesn't close.

    Hey,

    I've got a problem when I try to close an application.

    I've got several forms and when the application loads, it creates a form like:

    form2 frm2 = new form2();

    Inside form2 there is...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured