Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to create a file dialog where one can pick directories only with multiselection and there must be network places. I am programming in C++, Qt and WINAPI.

How can I solve my problem?

share|improve this question
You might post what you've tried so far or state that you haven't done anything at all. It is easier for folks to help you when you a) show some effort and b) don't make your helpers start from scratch. – BryanH Aug 13 '12 at 18:58

closed as not a real question by casperOne Aug 14 '12 at 12:02

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Treeview with checkbox enabled List all folders and subfolders in treeview

share|improve this answer
1  
Showing some code would be helpful here, otherwise this is kinda gibberish. – BryanH Aug 13 '12 at 18:57

Not the answer you're looking for? Browse other questions tagged or ask your own question.