frame->SetMenuBar(menu_bar);
// Make a panel with a message
- txtctrl = new wxTextCtrl(this);
+ (void)new wxPanel(frame, 0, 0, 300, 100);
// Show the frame
frame->Show(TRUE);
wxMessageBox("Error in getting data from the URL.", "Alert !");
else {
wxMessageBox("Success !! Click on OK to see the text.", "OK");
- wxMessageBox(
delete datas;
}
}