Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : Service app to run another application & Registry
| Subject: | Service app to run another application & Registry |
| Posted by: | "Terry tmnet" (tdecr..@tm.net.my) |
| Date: | Fri, 14 Jul 2006 14:59:50 |
Hello
The service is running, it is supposed to run another application A.
The oncreate procedure in application A executes but this application A is
not shown.
I am using
ShellExecute(1, 'open','C:\WINDOWS\Message.exe',nil,nil,SW_SHOWNORMAL);
I cannot seem to read values from the registry in the service.
Thanks