Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to build a screensaver

Status
Not open for further replies.

fabien

Technical User
Joined
Sep 25, 2001
Messages
299
Location
AU
Hi!

Can somebody help me find some doc and examples on how to build a screesaver in C++.

Thanks for your help!

Fabien
 
Take a look at:

http:\\
I just finished making a screensaver myself! It's great to program something yourself when nothing out on the web caters for your needs :-)

I will point you in the direction of the "scrnsave.lib" file that comes with Visual C++ which you'll need to include in your program! (I found it better than other peoples libraries that I looked in to). It provides a significant layer of abstration to writing a screensaver!

Regards

R
 
Thanks for your answers guys!

Fabien
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top