[help] Litestep And Avedesk
Rate Topic:




-
Group:
Member
-
Posts:
13
-
Joined:
02-June 03
Posted 14 April 2004 - 05:58 PM
When I switch my shell from explorer to Litestep,
avedesk desklets like powdermount, mountchecker still work, but they only open
explorer windows without WB visual style... Anyone knows how to solve this?
I'm using LS installer 3.02 with WB 4.2, and I think I've got the latest Desklets
Please help ... thanks! :cry:
0
-
Group:
Developers
-
Posts:
999
-
Joined:
02-November 03
Posted 15 April 2004 - 07:32 AM
I think this is a known WB problem.
When an app launches another app differently than explorer does,
WB may be incapable of hooking the newly spawned process.
example:
In VC6, launch your debuggee with ctrl+f5.
The devs of mountchecker and powdermount may consider using the
ShellExecuteEx() API instead of CreateProcess().
Another possible explanation is that Explorer takes too long to load when it is not the shell. WB waits a while if the new process creates a window to hook it and waits too short.
I used the combination of WB, LS and OD half a year ago with no problems but never started litestep since I have AveDesk.
0
-
Group:
Member
-
Posts:
13
-
Joined:
02-June 03
Posted 15 April 2004 - 03:30 PM
Thanks for the answer, I think this is it...
Too bad that they don't work together, otherwise it could be a nice combination... >.<
0