Hi,
I want to preform a ShowDesktop, as the Icon in QuickLaunch, as we know that
is done by running a .scf file with "ToggleDesktop" parameter inside it.
so Ive created one that works perfectly when run in Explorer, or "Run..."
But when I do
ShellExecute(hWnd,"open","ShowDesk.scf",NULL,NULL,SW_SHOWNORMAL);
I get 33 as return, and the LastError is:
"The specified module could not be found"
Ive tried everything to using ShellExecute... anyone know why I dont seem to
be abel to start a .scf file?
//
Daniel