Hi everybody,
the following function pops up the Shut Down Dialog.
does anyone knows why this function:
---
DECLARE FUNCTION SHShutDownDialog LIB "Shell32.dll" ALIAS "#60" (BYVAL lType AS LONG) AS LONG
---
is not working in PB/DLL 6.0
In VB it works pretty well.
I'm compiling on a win2000 machine has that anything todo with it?
Oh btw. don't look around the api because this function is not public.
Best Regards.
Tom
------------------
the following function pops up the Shut Down Dialog.
does anyone knows why this function:
---
DECLARE FUNCTION SHShutDownDialog LIB "Shell32.dll" ALIAS "#60" (BYVAL lType AS LONG) AS LONG
---
is not working in PB/DLL 6.0
In VB it works pretty well.
I'm compiling on a win2000 machine has that anything todo with it?
Oh btw. don't look around the api because this function is not public.
Best Regards.
Tom
------------------
Comment