CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Location
    Portland, OR
    Posts
    1,488

    Start screensaver from a service application

    Can someone suggest how to start a customized screensaver from a service application?

    PS. If I simply run it as "scrname.scr /s" it doesn't show up.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Start screensaver from a service application

    You're going to have to do the same things as you would for running any executable in a user's desktop from a service.

    Go through some of your previous posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured