|
From: Gabriel J. <goj...@ya...> - 2008-05-21 15:22:14
|
Windows vista has a different approach when executing a service. In Windows Vista all services are executed on Session0. When a user is logged in it is running in a different session as the services, like Session1 and does not allow direct interaction between end user and services. In Windows XP the services also run in Session0, but the first user logged in is also running in session0, so it can directly interact with services. There is a Microsoft document that explains this a little better, but I cannot remember the URL. Look for Windows Vista session0 issues or something like that. Regards, Gabriel --- Joe McMahon <joe...@gm...> escribió: > I've got an application that creates a tray icon in the SystemTray. > Originally using JDIC but now migrated to Java 1.6's classes. The app runs > as a Windows service using the Wrapper (v. 3.2.3). When I run on XP or > 2000, it works fine - service is installer, tray icon appears, etc. > > However, when I run the same code on Vista, the service runs and works > EXCEPT I don't get a tray icon. > > Any ideas? > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/> _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > Yahoo! Encuentros. Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros http://yahoo.cupidovirtual.com/servlet/NewRegistration |