screensaver
-
hi, I am developing an application in which i need to implement screen saver ,when ever there is no event takes place in the form like mouse move or key press the screen saver will automatically come after some time. Thank's jugal
-
hi, I am developing an application in which i need to implement screen saver ,when ever there is no event takes place in the form like mouse move or key press the screen saver will automatically come after some time. Thank's jugal
And the question is? Regards Sebastian
It's not a bug, it's a feature! Me in Softwareland.
-
hi, I am developing an application in which i need to implement screen saver ,when ever there is no event takes place in the form like mouse move or key press the screen saver will automatically come after some time. Thank's jugal
take a look @ GetLastInputInfo on MSDN set the bounds according to SystemInformation.VirtualScreen properties and you got the basic idea how to accomplish. And we really encourage "?" signs here so we know what to answer to :wtf:
Code? Yeah i love it fried together with a glass of wine.
-
And the question is? Regards Sebastian
It's not a bug, it's a feature! Me in Softwareland.
Why do you need a question? Just send him a working project and he will be glad. :-D
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
hi, I am developing an application in which i need to implement screen saver ,when ever there is no event takes place in the form like mouse move or key press the screen saver will automatically come after some time. Thank's jugal
I heard that starting in Windows 95, Microsoft actually provided screen savers with the operating system. Maybe you could - oh, I don't know - use the stuff built into the OS and do something more productive with your time.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
hi, I am developing an application in which i need to implement screen saver ,when ever there is no event takes place in the form like mouse move or key press the screen saver will automatically come after some time. Thank's jugal
If you mean system wide, then develop your own screensaver project and use the system's screensaver settings to set the various delay settings etc. If you mean you want a screensaver within you application's form only to be activated after your app has been inactive - have a look at my Application Idle[^] article.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)