develop a wxDirDialog that allow multiple dir selection

Are you writing your own components and need help with how to set them up or have questions about the components you are deriving from ? Ask them here.
Post Reply
rborda
In need of some credit
In need of some credit
Posts: 1
Joined: Mon Aug 08, 2011 8:08 am

develop a wxDirDialog that allow multiple dir selection

Post by rborda »

Hi all, i apologize for my english not so good :)...
I am a begginner in gui development. I loook for a wxDirDialog that allow a multiple dir selection, someone have a suggestion?

Thanks in advance,
Rosario
Nelson Joseph
Experienced Solver
Experienced Solver
Posts: 65
Joined: Sun Oct 26, 2008 5:15 am
Location: Chennai, India
Contact:

Re: develop a wxDirDialog that allow multiple dir selection

Post by Nelson Joseph »

wxDirDialog shows a directory selector dialog, allowing the user to select a single directory.

Try the following:
wxFileDialog with wxFD_MULTIPLE style
Regards,
Nelson Joseph
Post Reply