How to create a Windows GUI with a file explorer window, allowing users to choose files?
Posted
by Badri
on Stack Overflow
See other posts from Stack Overflow
or by Badri
Published on 2010-04-22T07:07:01Z
Indexed on
2010/04/22
7:43 UTC
Read the original article
Hit count: 217
Here's what I want to do. I want to present a file explorer, and allow the user to select files, and list the selected files below. (I then want to process those files but that's the next part)
For example, the way CD Burning softwares work. I have created a mock up here
http://dl.dropbox.com/u/113967/Mockup.png
As you can see, the left frame has a directory structure, the right frame has a file selected, and the bottom frame shows the selected file.
What framework can I go about creating this? I am familiar with command line C++ stuff, but I haven't ventured into any GUI programming, and figured this idea would be a good place to start.
Any suggestions on where to start?
© Stack Overflow or respective owner