Hi!
I am making a cool wallpaper changer , but i need to know the api (or whatever it is ) to open folders , the point is that i need to get the BMP files paths.
BTW do you know how to enable opning of SOME files in this apis?
Public Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
Public Type OPENFILENAME
Thanks to all.
I am making a cool wallpaper changer , but i need to know the api (or whatever it is ) to open folders , the point is that i need to get the BMP files paths.
BTW do you know how to enable opning of SOME files in this apis?
Public Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
Public Type OPENFILENAME
Thanks to all.
Last edited: