// Create the main application window
MyFrame *frame = new MyFrame(_T("Dial-up wxWidgets demo"),
wxPoint(50, 50), wxSize(450, 340));
// Create the main application window
MyFrame *frame = new MyFrame(_T("Dial-up wxWidgets demo"),
wxPoint(50, 50), wxSize(450, 340));
wxMessageBox(msg, wxT("About NetTest"), wxOK | wxICON_INFORMATION, this);
}
wxMessageBox(msg, wxT("About NetTest"), wxOK | wxICON_INFORMATION, this);
}