nanogui: re:


Previous by date: 7 Sep 2000 07:21:45 -0000 Re: mterm problem, Greg Haerr
Next by date: 7 Sep 2000 07:21:45 -0000 Multiple Mwin Apps, Martin_Doering.mn.man.de
Previous in thread: 7 Sep 2000 07:21:45 -0000 Re: re:, Ben Pfaff
Next in thread: 7 Sep 2000 07:21:45 -0000 Re: , Takács Áron

Subject: Re:
From: "Greg Haerr" ####@####.####
Date: 7 Sep 2000 07:21:45 -0000
Message-Id: <017301c0189c$613c9920$15320cd0@gregh>

 
: I just want to destroy the window, not to exit the program.
: Any sugguest?

What happens if you add the following to your wndproc:

case WM_CLOSE:
    DestroyWindow(hwnd);
    return 0;
...




Previous by date: 7 Sep 2000 07:21:45 -0000 Re: mterm problem, Greg Haerr
Next by date: 7 Sep 2000 07:21:45 -0000 Multiple Mwin Apps, Martin_Doering.mn.man.de
Previous in thread: 7 Sep 2000 07:21:45 -0000 Re: re:, Ben Pfaff
Next in thread: 7 Sep 2000 07:21:45 -0000 Re: , Takács Áron


Powered by ezmlm-browse 0.20.