Help? Anyone?
-
I am new at Visual C++ and have an assignment due in a week. Not happy. Basically I need to be able to select some files in some way, and add them to a list box so I can ouput the paths to a text file. If anyone can help, I would be very thankful. Thankyou Matt
-
I am new at Visual C++ and have an assignment due in a week. Not happy. Basically I need to be able to select some files in some way, and add them to a list box so I can ouput the paths to a text file. If anyone can help, I would be very thankful. Thankyou Matt
Use a CFileDialog to select files, then use the GetPath function to get the path selected ( I'm not sure of the mechanics of stepping through multpiple selections ), then add then to the list box as you get them from the dialog. LMK if you have any other problems, but that should get you started. Do you have the MSDN help ? If not, get it, it is invaluable.