open file common dialog

Started by
7 comments, last by penetrator 21 years, 3 months ago
Hello, which function do i need to call to open a common dialog and choose a file ?
www.web-discovery.net

Advertisement
what language and operating system are you using?
ops ... VC++ and Windows2000



www.web-discovery.net

if you''re using mfc use CFileDialog
Thanks, but i dont use MFC ...



www.web-discovery.net

okay use GetOpenFileName

i just found this by spending a few minutes searching msdn
I would assume C++ under Win9x.

Since I have never done this myself, I ran some google searches, and came up with nothing but MFC. If you want to use MFC, then that''s your answer; it''s all over google. From the sounds of things, though, you want to use the straight API without MFC. If this is the case, then I think your question is answered here: http://blacksun.box.sk/aztek/winprog/format.php3?file=winprog.html.
thanks petewood, i''ll try to look better on msdn myself next time :D

I appreciated your help very much !



www.web-discovery.net

you are, actually, very welcome

This topic is closed to new replies.

Advertisement