Board index » delphi » Screen savers and Win95 and 98
Ziad Noueihed
![]() Delphi Developer |
Fri, 14 Dec 2001 03:00:00 GMT
Screen savers and Win95 and 98
I wrote a screen saver that displays pictures at a certain interval
(controled by a timer). The weird thing is that it works fine in Win95, but behaves strangely in Win98. I was told the following when used in Win98: -The windows clock gets delayed when running the saver -Pictures are skipped -On release (that is, when moving the mouse or pressing a key), the saver displays all the skipped pictures in rapid succession. -If left running for a while (heck, a few minutes),one has to press CTRL+ALT+DEL. When doing so, the task manager tab shows a bunch of instances of the form that shows the saver (yes, I am checking if other instances of the saver are running). Any idea why this is happening? I have no clue whatsoever! Again, I have a timer in which I have an Thanks for the help. Ziad |