Nick
March 29th, 1999, 05:53 PM
Can anybody send me a sample of screen saver,
or at least explain me how to implement it?
or at least explain me how to implement it?
|
Click to See Complete Forum and Search --> : Screen Saver Nick March 29th, 1999, 05:53 PM Can anybody send me a sample of screen saver, or at least explain me how to implement it? Elan Dan-Gur March 30th, 1999, 01:09 AM Your Visual C++ has a great sample code for a screen saver. It's called SAVER. It works for WIN95. For WIN98 you need to fix a bug in this program. If you want you can copy the fix from the Microsoft web page http://support.microsoft.com/support/search/ Good luck Elan DangCongWei May 29th, 1999, 07:17 AM Hello: You can get details in : VC6 MSDN\Platform SDK\User Interface services\Shell and Common Conctrols\Windows Shell API\Screen Saver Library. I will E-Mail you a sample. Bye! YOTOS September 7th, 2001, 05:34 PM just make a non dialog program that shows something on all the screen. i am not sure about it but to make sure just do an OnMouseMove(){exit(0)} compile it in release mode and change the ending to a screen saver one (MyScreenSaver.scr) YOTOS ICQ: 113707565 E-Mail: yotos@hotmail.com T_Natarajan October 10th, 2001, 04:24 AM Hi, Just check out this site www.wischik.com/lu it really has all that you want to do. Hope this helps, Kind Regards, Natarajan. http://Win32programming.tripod.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |