Click to See Complete Forum and Search --> : File Dialog


Eric Smith
May 18th, 1999, 04:20 PM
I am trying to write a program to get used to visual C++. I have come to a point where I would like to open a file dialog to get a path name. I would like to know if there is a file dialog class already in existance or if I must reinvent the wheel.

Any help is appreciated.

Eric Smith
mentoplat@hotmail.com

Thomas
May 18th, 1999, 05:07 PM
Try CFileDialog

Regards,

Thomas

Eric Smith
May 18th, 1999, 05:20 PM
CFileDialog

DOH!

Why didn't I see that one?

Thanks.