I didn't try this. I tried this one because I though wxDirPicker itself is a control which can has a label.priyank_bolia wrote:O! you mean this:Code: Select all
m_dirPickerSrc->GetWindowChildren()[1]->SetLabel(wxT("Priyank"));
Code: Select all
m_dirPickerSrc->SetLabel(wxT("Priyank"));