Bruno Cabral wrote:
>how could i use ShellExecute() to open a folder in Kde or
>Gnome ? The best that i got is to open the wineefile with this:
>ShellExecute(handle, "open", "explorer", "path_to_folder", NULL,SW_SHOWNORMAL);
>And i try to open a file too(for example a mp3), but it do nothing too.
>
Hi guys i trying make my windows software "wine compatible" .
It use ShellExecute(..) , how could i use that to open a folder in Kde or
Gnome ? The best that i got is to open the wineefile with this:
ShellExecute(handle, "open", "explorer", "path_to_folder", NULL,
SW_SHOWNORMAL);
And i try to ope