Hi, I'm trying to create a Screen Saver in C# and wanted to invoke it when no action occurs , or the system is idle. How can I test this condition.I know there...
do what yahoo messenger does, set up a hook on the keyboard and the mouse (and whatever, like cbt) and in them just set a global time variable to DateTime.Now...
... I suspect that you have to set a timer and go to saver when nothing else has happened since the last timer. Ron Jeffries www.XProgramming.com Only the hand...
Hi , A windows screen saver doesent have to know when the system is idle. windows calls the screen saver when the system is idle. In fact a windows screen...
http://www.google.com/search?sourceid=navclient&q=c%23+screen+saver http://www.harding.edu/USER/fmccown/WWW/screensaver/screensaver.html Michael ... From:...
We made a request for a book after learning of a user group offer posted by O'Reilly to this list. We met the terms of our requirement posting conference...
There is a good example on codeproject of a C# Screen Saver I believe. ... From: Chamindu Ruwin Munasinghe [mailto:chamindu@...] Sent: Monday, February...
John Bergman
john.bergman@...
Feb 2, 2004 4:29 pm
4823
HI, I do have a timer class but am unable to know the condition for checking "when nothing has happened". Deepthi. Ron Jeffries <ronjeffries@...>...
... Someone else has suggested that Windows has a way of sending a message to the screen saver saying "time to save". However, here's a sketch of how to code...
Hi group Can anyone suggest me some website names where I can find pure C# and ASP.NET source code ? I want to find out what different kind of projects are...
Group, I have created a c# dll that I wish to call from asp. First things first...it works when I create a console app wrapper around the dll. I am trying to...
An ASP.NET application runs under the ASP.NET account, which has restricted permissions by default. The easy solution is to give that account on the server...
Bob, I am using ASP not ASP.NET. I have tried permissions but I don't think that that is the issue...as I mention in my post...I am able to gunzip the file...
The controls Parent indicates that it is the container for that control. Not setting it would have the effect you are seeing .. that is, the child control...
Hmm... I think overriding the protected WndProc method of the main container will help you determine whether a Windows Message has been triggered (something...
Ok in C# how can I tell if a file is open? The process that I started is completed...but how do I tell if the file is still open? Suggestions? Richard Hunt ...
Friends, Can any on tell me, how could block internet access on the client computers, Is there any function in API's to do that. thanks, Anoop [Non-text...
it's not so much as the file is not open as the open file's access does not allow writing. try starting your process manually and see if you can then delete...
Hey fellow programmers -- Some time ago, in researching state management for web apps, I came across a way to save state information that was much less...
maybe with the firewall api? don't ask me about it, can't use it, but i know it involves writing a low-lever driver and installing it into the system (windows,...
Read the Caching Block from the good people at Microsoft... http://www.microsoft.com/resources/practices/completelist.asp#services This lists all the building...
I have a basic question that has been bothering me for some time. Every documentation/book that I read says that in ASP.Net technology, the page gets compiled...
(1) the first time per IIS session (i.e. if I shut down IIS and restart it, will the page be recompiled again the first time we access in the new IIS session) ...
Tweety, First how do I tell what the rights are when I cam calling it from a asp page? Second...how about a bat file. Do you know of any reason why I cannot...
Hello Deepthi Do not use timers or anything else if you want to write efficient screen savers. Windows sends you a message which is still a old legacy of Win...
Hi, Actually I have a photo album viewer application which needs to be enhanced as a screen saver. So I have a menu option called "enable screen saver" and a...