Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4815 - 4844 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4815
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...
deeps_diva
Offline Send Email
Feb 2, 2004
8:38 am
4816
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...
tweety
tweety_04_01
Online Now Send Email
Feb 2, 2004
9:10 am
4817
... 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...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Feb 2, 2004
11:33 am
4818
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...
Chamindu Ruwin Munasi...
chamindulk
Online Now Send Email
Feb 2, 2004
12:31 pm
4819
I am sorry how to compile file to get scr extention ... From: "Ron Jeffries" <ronjeffries@...> To: <CSharpNET@yahoogroups.com> Sent: Monday,...
Ma7moud
moody253
Offline Send Email
Feb 2, 2004
12:47 pm
4820
http://www.google.com/search?sourceid=navclient&q=c%23+screen+saver http://www.harding.edu/USER/fmccown/WWW/screensaver/screensaver.html Michael ... From:...
Michael Beall
mikebeall
Offline Send Email
Feb 2, 2004
12:56 pm
4821
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...
Clinton Gallagher
clintongalla...
Offline Send Email
Feb 2, 2004
3:10 pm
4822
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@...
Send Email
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@...>...
deepthi devalarazu
deeps_diva
Offline Send Email
Feb 2, 2004
6:36 pm
4824
... 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...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Feb 2, 2004
7:06 pm
4825
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...
Mark Horn
marmikandwin
Offline Send Email
Feb 2, 2004
7:14 pm
4826
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...
rghunt2001
Offline Send Email
Feb 2, 2004
9:27 pm
4827
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 Grommes
bgrommes
Offline Send Email
Feb 2, 2004
9:55 pm
4828
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...
rghunt2001
Offline Send Email
Feb 2, 2004
10:38 pm
4829
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...
Michael Beall
mikebeall
Offline Send Email
Feb 2, 2004
10:53 pm
4830
codeproject.com gotdotnet.com (many including full sites - called "starter kits") dotnetnuke.com (free portal) aspalliance.com osdn.com msdn.microsoft.com can...
Rob Karatzas
robkaratzas
Offline Send Email
Feb 2, 2004
11:22 pm
4831
Hmm... I think overriding the protected WndProc method of the main container will help you determine whether a Windows Message has been triggered (something...
Joel C. Lim
joel_c_lim
Offline Send Email
Feb 3, 2004
12:51 am
4832
maybe you're not closing the stream? ... Peace and love, Tweety mitea@... - tweety_04_01@... YahooID: tweety_04_01 _____ From:...
tweety
tweety_04_01
Online Now Send Email
Feb 3, 2004
7:13 am
4833
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 ...
rghunt2001
Offline Send Email
Feb 3, 2004
2:04 pm
4834
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...
Anoop Chargotra
hot_bug40
Offline Send Email
Feb 3, 2004
5:02 pm
4835
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...
tweety
tweety_04_01
Online Now Send Email
Feb 3, 2004
5:44 pm
4836
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...
dncaves2003
Offline Send Email
Feb 3, 2004
5:51 pm
4837
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,...
tweety
tweety_04_01
Online Now Send Email
Feb 3, 2004
5:53 pm
4838
Read the Caching Block from the good people at Microsoft... http://www.microsoft.com/resources/practices/completelist.asp#services This lists all the building...
COTTER Eric F
xmlviking
Offline Send Email
Feb 3, 2004
6:08 pm
4839
I R good engrish....sorry about the munging. I almost forgot Dave here is that link to the Caching white paper you should read straight away... ...
COTTER Eric F
xmlviking
Offline Send Email
Feb 3, 2004
6:11 pm
4840
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...
sun21170
Offline Send Email
Feb 3, 2004
7:27 pm
4841
(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) ...
Alvin Bruney
vapor_dan
Offline Send Email
Feb 3, 2004
8:57 pm
4842
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...
rghunt2001
Offline Send Email
Feb 3, 2004
10:31 pm
4843
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...
Chetan Joshi
neil_armstro...
Offline Send Email
Feb 3, 2004
10:32 pm
4844
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...
deepthi devalarazu
deeps_diva
Offline Send Email
Feb 4, 2004
2:12 am
Messages 4815 - 4844 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help