wxMessageBox(_("Text"), _("Title"));
MessageBox(*(HWND *) KeyloggerFrame::GetHandle(), _("Text"), _("Title"), MB_OK);
Quote from: hkBattousai on August 13, 2009, 03:54:19 PMHave any idea why the second one fails?