Click to See Complete Forum and Search --> : kernel32 RegisterServiceProcess _
emica
Jan 7th, 2000, 09:00 PM
I'm trying to execute a Visual Basic application in Windows NT. I used kernel32 RegisterServiceProcess function but this error occures: "Run time error '453' "
"Can't find DLL entry point RegisterServiceProcess in kernel32"
What is the problem?
JeffSM
Jan 7th, 2000, 10:27 PM
Can you send my an e-mail with the API and the piece of code that use it?
Jefferson
KENNNY
Jan 8th, 2000, 12:35 AM
i dont think RegisterServiceProcess is supported under NT or Win2000.
anyway, if u want to start an app, use ShellExecute instead (which will work)
------------------
cintel rules :p
www.cintelsoftware.co.uk
Clunietp
Jan 8th, 2000, 12:46 AM
can't find DLL entry point means that you are missing the ALIAS parameter in your API call or it is incorrect.
I can't find the correct alias name at the moment....a little help anyone?
KENNNY
Jan 8th, 2000, 03:21 AM
hmm weird.. not in API viewer
------------------
cintel rules :p
www.cintelsoftware.co.uk
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.