hi everybody,
I'm making a small program which requires the user to specify the name
and path of a file . I want to use a simple dialog which allow the user
to browse through the file system and find the right file .
I've read on MSDN that a simple way for doing this is using the
GetOpenFileName (&ofn), after filling the OPENFILENAME ofn structure.
Well, I've tried very possible combination of the parameters I set in
the ofn structure , but there' s no way to make this dialog appear .
What can be wrong?