Home All Groups Group Topic Archive Search About

Can a service access the second monitor on a dual screen

Author
9 May 2006 5:39 PM
Duncan S
I am writing a service that uses the second monitor as a notice board the
service runs okay if started when a user logs on. however the screen is
blanked when the user logs out. is there any way a service can take charge of
the second monitor

Author
10 May 2006 11:16 AM
Phill W.
Duncan S wrote:
> I am writing a service that uses the second monitor as a notice board the
> service runs okay if started when a user logs on. however the screen is
> blanked when the user logs out. is there any way a service can take charge of
> the second monitor

Services accessing the Desktop (generally)?  Bad Idea.

Services written in VS2005/Framework 2.0 accessing the Desktop?
/If/ I've been hearing correctly, *cannot* be done!

Separate out the GUI and Service elements and get them talking to one
another (via Remoting, or whatever).

HTH,
    Phill  W.