Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
AnswerRe: DownLoad A webpage with C# Pin
J4amieC22-Feb-06 3:34
J4amieC22-Feb-06 3:34 
AnswerRe: DownLoad A webpage with C# Pin
Ravi Bhavnani22-Feb-06 7:12
professionalRavi Bhavnani22-Feb-06 7:12 
AnswerRe: DownLoad A webpage with C# Pin
Somanova42022-Feb-06 8:20
Somanova42022-Feb-06 8:20 
AnswerRe: DownLoad A webpage with C# Pin
Somanova42022-Feb-06 8:21
Somanova42022-Feb-06 8:21 
GeneralRe: DownLoad A webpage with C# Pin
Areff22-Feb-06 23:02
Areff22-Feb-06 23:02 
Questionvalidation to check whether id exists in the data table Pin
leelaraj22-Feb-06 2:34
leelaraj22-Feb-06 2:34 
Questionwindows application............. Pin
rizwana_rexona22-Feb-06 1:20
rizwana_rexona22-Feb-06 1:20 
Questionclose an idle application Pin
alexandru lazarescu22-Feb-06 1:12
alexandru lazarescu22-Feb-06 1:12 
Hi.
i need to close an application if there is no user activity on it for an amount of time. (loop through the open applications and close the ones with no user activity)
I can do it with:
- a global variable in wich to put the time of the last keypress or mose move
- timer that checks to see if there are any new applications or that the open ones closed in the mean time, and to see if the difference between now and the last user access is greater than the configured value.

it looks simple, but I have a problem:
- how to get the last user input on a form FROM ANOTHER APPLICATION

Thanks in advance.
QuestionHow to install my web service on another PC? Pin
Crazy Joe Devola22-Feb-06 1:00
Crazy Joe Devola22-Feb-06 1:00 
AnswerRe: How to install my web service on another PC? Pin
Judah Gabriel Himango22-Feb-06 6:25
sponsorJudah Gabriel Himango22-Feb-06 6:25 
GeneralRe: How to install my web service on another PC? Pin
Crazy Joe Devola22-Feb-06 16:43
Crazy Joe Devola22-Feb-06 16:43 
GeneralRe: How to install my web service on another PC? Pin
Judah Gabriel Himango22-Feb-06 16:54
sponsorJudah Gabriel Himango22-Feb-06 16:54 
QuestionPing in c# too slow Pin
JamesSoutar22-Feb-06 0:33
JamesSoutar22-Feb-06 0:33 
AnswerRe: Ping in c# too slow Pin
sendmadhavan22-Feb-06 5:27
sendmadhavan22-Feb-06 5:27 
QuestionTreeview from web service Pin
tom_the_bomb22-Feb-06 0:26
tom_the_bomb22-Feb-06 0:26 
QuestionHow do I use my written Help(html) to my project? Pin
F.Hashemi22-Feb-06 0:10
F.Hashemi22-Feb-06 0:10 
QuestionSettings Pin
Dave McCool21-Feb-06 23:32
Dave McCool21-Feb-06 23:32 
QuestionChange OpenFileDialog Pin
Anindya Chatterjee21-Feb-06 23:15
Anindya Chatterjee21-Feb-06 23:15 
AnswerRe: Change OpenFileDialog Pin
Andy Moore22-Feb-06 3:48
Andy Moore22-Feb-06 3:48 
QuestionTwo Threads accessing and modifying SQL database at the same time Pin
emran83421-Feb-06 22:24
emran83421-Feb-06 22:24 
AnswerRe: Two Threads accessing and modifying SQL database at the same time Pin
Curtis Schlak.2-Mar-06 12:58
Curtis Schlak.2-Mar-06 12:58 
QuestionAutomatically getting progress from Background worker Pin
emran83421-Feb-06 22:19
emran83421-Feb-06 22:19 
AnswerRe: Automatically getting progress from Background worker Pin
StyleGuide21-Feb-06 22:49
StyleGuide21-Feb-06 22:49 
GeneralRe: Automatically getting progress from Background worker Pin
emran83421-Feb-06 23:07
emran83421-Feb-06 23:07 
GeneralRe: Automatically getting progress from Background worker Pin
J4amieC21-Feb-06 23:24
J4amieC21-Feb-06 23:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.