Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Win32 function to OpenFileDialog?

I searching function something like OpenFileDialog on .NET but on win32, i can't find this function on this name on msdn and i remember this function exists.

Can anyone give me name?

Greetings,

like image 960
Svisstack Avatar asked Nov 12 '10 17:11

Svisstack


1 Answers

I believe you are looking for the GetOpenFileName.

like image 72
YWE Avatar answered Sep 26 '22 03:09

YWE