/ Published in: C++
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
wxMessageBox( wxT("Hello world!"), wxT("Welcome to wxWindows!"), wxOK|wxICON_INFORMATION, this ); wxMessageBox( wxT("Goodbye world!"), wxT("Bye bye!"), wxOK|wxICON_INFORMATION, this );