andare và, però non ridimensiona nulla, la textbox è sempre grande quanto tutta la formOriginariamente inviato da anx721
Prova a sostituire 50, 10 con wxSize(50, 10):
codice:{ theText = (wxTextCtrl *) NULL; theText = new wxTextCtrl ( this, -1, wxString("Insert here your text"), wxDefaultPosition, wxSize(50, 10), wxTE_MULTILINE ); }