re: Problem open files/folders with ShellExecute

2008-03-07 Thread Dan Kegel
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. >

Problem open files/folders with ShellExecute.

2008-03-07 Thread Bruno Cabral
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