bonjour,
En tant debutant j'ai des questions de...debutant.. :)
voici mon code :
je compile sans erreur....mais le click sur le bouton "ouvrir" ne donne rien...Code:
1
2
3
4
5
6
7
8
9 void MainDialog::OnOpen(wxCommandEvent& Event) { wxDirDialog *Odir = new wxDirDialog(this, "Selection du dossier", wxGetCwd()); if (Odir->ShowModal()== wxID_OK) { wxSetWorkingDirectory(Odir->GetPath()); } Odir->Destroy(); }
merci de votre aide....