KoenPiller
Programmer
Hi,
I use to open a directory
which works fine. Now I would like to open the directory default with the Thumbnails view. Any idea which paramaters I should apply to get this result?
Kone
I use to open a directory
Code:
ShellExecute(0,'open,[Explorer.exe], myDirectory, [], 1)
Kone