It occurs to me that there have been a number of computer-related questions on OT lately. We should probably have a "Tech Support" subsection on OT.
But regardless, today's question is about using the WIN32 API with C++. I've been tinkering with a WAV player app which I hope to someday grow into a full blown multi-track digital recording app. But I'm having some issues with the GUI. Specifically, I'd like to implement something like the typical Windows OpenFileDialog window so I can select individual tracks. I've looked at MFC and other GUI packages. But they seem to all rearrange the whole structure of a C++ program. So are there any good libraries out there that just implement simple things like file dialog windows and such?