screensaver programming tuts?
hey folks
does anyone know of any good tutorials on writing screen savers?
I tried a search, but it turned up crap, I looked in MSDN, but all that gave me was a really really big example prog, which was quite overwhelming to analyze for what was related to what I want to know (screensaver) and what the screensaver did
any thoughts?
a nice well documented template would be superb, but any help is much appreciated
thanks,
-arsenius
after three days without programming, life becomes meaningless
On CodeGuru, I think I saw some code that would make making a screensaver easier, you could probably learn a little from that. www.codeguru.com, and search for screensaver, or look around in their directory.
Hope this helped a little.
Hope this helped a little.
(Caveat: my own screensaver _still_ isn''t done, so I''m not necessarily the authority here)
This question gets asked pretty regularly on this group. The other good resource that I''ve found is the ''HowToScr'' documentation, which you can find at http://www.wischik.com/scr/resources.html.
This question gets asked pretty regularly on this group. The other good resource that I''ve found is the ''HowToScr'' documentation, which you can find at http://www.wischik.com/scr/resources.html.
Herbert Shildts book:
Windows 98 Programming, from the Ground Up
has a section on Screensaver and Registy usage that taught it to me .. and was very easy to read / understand. I realize a book is pretty expensive just to get that part ... but I also highly recommend it as a source to find out other areas of standard (non-directX) areas of Win32 programming. It has a good skeleton program ... mentions many of the diff between Win95 and Win98 ... teaches how to use the common controls, and has a few other useful sections I can''t remember off the top of my head. At least go check out the table of contents online or in a store and see if you''d find it useful enough to buy ... hope so.
Windows 98 Programming, from the Ground Up
has a section on Screensaver and Registy usage that taught it to me .. and was very easy to read / understand. I realize a book is pretty expensive just to get that part ... but I also highly recommend it as a source to find out other areas of standard (non-directX) areas of Win32 programming. It has a good skeleton program ... mentions many of the diff between Win95 and Win98 ... teaches how to use the common controls, and has a few other useful sections I can''t remember off the top of my head. At least go check out the table of contents online or in a store and see if you''d find it useful enough to buy ... hope so.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement