#error Sorry, this sample is only appropriate under Windows.
#endif
-#include "wx/resource.h"
-
#include <ctype.h>
#include "nativdlg.h"
#include "resource.h"
MyDialog *dialog = new MyDialog;
if (dialog->LoadNativeDialog(this, _T("dialog1")))
{
-/*
- wxTextCtrl *text = (wxTextCtrl *)wxFindWindowByName("multitext3", dialog);
- if (text)
- text->SetValue("wxWindows resource demo");
-*/
dialog->SetModal(TRUE);
dialog->ShowModal();
}