Hi
I'm a very newbie and i'm attempting to launch an app a from or within a service (message box would do).
I've used the MS SDK for Java to create my service, with the jntsvc tool, which can output text to the event log but when i try to call a form method defined in another .class file the process just hangs before timing out. My service has processes defined for the start, stop, pause and restart events; no matter which of these i use the same thing happens.
I created the form.class file using Visual J++ RAD. The file has a main process and works fine if i call it from any other program i create.
Any help would be greatly appriciated.
Thanks
Dylan
p.s. Also if anyone can point me to some tutorial sites for beginners (J++, SDK, services). |