C++ ProgrammingGeneral discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi everyone,
Merry Xmas 2 u all.
Can somebody give an idea about how i can make my C/C++ screen saver run like any application installed on any PC ?
I understand u supposed to add device drivers 2 the Application.
Screen savers are designed to start when the system is idle.
If you have the code for the saver, then you could modify it
to start on demand. Some savers have a command line argument which
makes them run to order. Try right click its Win-Explorer on the
icon and see properties. There just might be somethig there.