Screen Saver

Started by
3 comments, last by Acer 22 years, 6 months ago
After makeing an OpenGL graphic in VB, how do I make it a Screen Saver?
Tight
Advertisement
change the .exe extension to .scr
that''s the simple way. but there IS more to it than that. I''ve never done it but there''s a way to catch when the computer tells the program to display the options and so on. I''m certain there''s tutorials out there though, so do some searches and I''m sure you''ll find something.

- Mike
"The important thing to remember when programming is: When you're 90% complete, there's still 50% more to go."
I''ve done it and I''ve forgotten (hey, that was ~3 years ago!) There''s an example in the MSDN CD (or should I say "there was"; I last looked up screensavers in version 4.0). In any case, look it up!
A screen saver is an executable. Allegro comes with source code to sample screensaver, and from that its pretty easy to learn how to make a screensaver.
Jeff Bland (Reverse_Gecko)reversegecko@gmail.com

This topic is closed to new replies.

Advertisement