wxMessageBox examples


/ Published in: C++
Save to your folder(s)



Copy this code and paste it in your HTML
  1. wxMessageBox( wxT("Hello world!"), wxT("Welcome to wxWindows!"), wxOK|wxICON_INFORMATION, this );
  2.  
  3. wxMessageBox( wxT("Goodbye world!"), wxT("Bye bye!"), wxOK|wxICON_INFORMATION, this );

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.