I am looking for an easy to way to bring up the standard Windows open file dialog. I've looked around for an obvious way to do it, but so far no luck; at this point I'd settle just with knowing which files/libs to include and to look at, but this seems like something that should be pretty common.
I don't really want to mess around much with the attributes of the dialog or anything fancy (maybe I'll try that later if I can get it working first), I just want to bring it up to a path I set and to use it like normal; hopefully if a file is opened, I'd get a file pointer or something useful like that.
Any help would be greatly appreciated.
I don't really want to mess around much with the attributes of the dialog or anything fancy (maybe I'll try that later if I can get it working first), I just want to bring it up to a path I set and to use it like normal; hopefully if a file is opened, I'd get a file pointer or something useful like that.
Any help would be greatly appreciated.