Displaying 1 result from an estimated 1 matches for "dialog_destroy".
2007 Oct 09
3
Trouble with dialog based application
Hi,
A long time ago, I made some MFC GUI programming ...
There was basically 2 kinds of application :
- dialog based application : a simple app based on a dialog (without
menu, toolbar, status bar ...)
- frame based app (Single Document or Multiple Document) with menu,
toolbar, status bar ...
I tried to make a dialog based app with wxRuby but the application
never exits !!
The following code