I want the code to open Windows file explorer. Once the file explorer opens, the user picks a text document the code will then convert that document to a csv file( i already figured out how to convert the txt file to a csv file). After the csv file is converted the file explorer will open again and the user will choose another place to save the csv file.
Is it possible to do this in C/C++. If so I would appreciate any help with this program. Maybe some links to point me in the right direction? Or if you have dealt with something like this before maybe share some code?
I doubt that you can automate the Windows File Explorer. Even if there is an ActiveX or Com Control available it would not be worth the trouble.
Why don't you use a simple OpenFileDialog ?