Hello, I have a server application which runs hidden and shows a tray icon. Clicking on the tray icon start another application (to configure the server). It is separate aplication because it also has to run on remote machine.
Now the problem: To run the second program I use ShellExecute(0, 'open', ExeName, nil, nil, SW_SHOW). This runs fine, but when I run the server as NT Service then ShellExecute does nothing anymore :( Any idea wy ? And how to solve this ? --- Rgds, Wilfried http://www.mestdagh.biz __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
