Click here to Skip to main content
15,923,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Shortcut key "Ctrl + A" Pin
Simon P Stevens28-Apr-08 22:27
Simon P Stevens28-Apr-08 22:27 
GeneralRe: Shortcut key "Ctrl + A" Pin
cocoonwls28-Apr-08 22:51
cocoonwls28-Apr-08 22:51 
Questionhow to know SQL server Express is installed in XP and Vista ? Pin
Denver Thomas28-Apr-08 21:47
Denver Thomas28-Apr-08 21:47 
AnswerRe: how to know SQL server Express is installed in XP and Vista ? Pin
Zoltan Balazs28-Apr-08 21:58
Zoltan Balazs28-Apr-08 21:58 
AnswerRe: how to know SQL server Express is installed in XP and Vista ? Pin
Bert delaVega29-Apr-08 5:24
Bert delaVega29-Apr-08 5:24 
GeneralGlobal Application Events Pin
leeoze28-Apr-08 21:45
leeoze28-Apr-08 21:45 
GeneralRe: Global Application Events Pin
Muhammad Gouda28-Apr-08 22:34
Muhammad Gouda28-Apr-08 22:34 
GeneralRe: Global Application Events Pin
Simon P Stevens28-Apr-08 22:34
Simon P Stevens28-Apr-08 22:34 
I'm not aware of a global event that does that. You'll have to respond to all the different events that you want to treat as activity, and call code to reset your timer from there.

on a From there is a property called KeyPreview. If you set this to true, then key presses on controls on the form will also trigger the key events on the form as well. This will save you responding to key events on all controls.

(There is an Application.Idle event that gets fired whenever the application has finished processing and is about to become idle. I don't think that will help you though)

Simon

GeneralRe: Global Application Events Pin
leeoze28-Apr-08 22:45
leeoze28-Apr-08 22:45 
GeneralRe: Global Application Events Pin
Simon P Stevens28-Apr-08 22:49
Simon P Stevens28-Apr-08 22:49 
GeneralOne remark though Pin
leeoze5-May-08 1:30
leeoze5-May-08 1:30 
GeneralDatagridView issue Pin
Member 400849228-Apr-08 20:56
Member 400849228-Apr-08 20:56 
GeneralRe: DatagridView issue Pin
Harvey Saayman28-Apr-08 21:05
Harvey Saayman28-Apr-08 21:05 
GeneralRe: DatagridView issue Pin
Member 400849228-Apr-08 21:10
Member 400849228-Apr-08 21:10 
Questionmaintain state Pin
mpavas28-Apr-08 20:55
mpavas28-Apr-08 20:55 
GeneralRe: maintain state Pin
N a v a n e e t h28-Apr-08 21:13
N a v a n e e t h28-Apr-08 21:13 
GeneralRe: maintain state Pin
mpavas28-Apr-08 23:58
mpavas28-Apr-08 23:58 
GeneralRe: maintain state Pin
Christian Graus28-Apr-08 21:37
protectorChristian Graus28-Apr-08 21:37 
Questionhow to change date format in my table Pin
harithadotnet28-Apr-08 20:52
harithadotnet28-Apr-08 20:52 
AnswerRe: how to change date format in my table Pin
N a v a n e e t h28-Apr-08 21:09
N a v a n e e t h28-Apr-08 21:09 
GeneralOUT OF Memory Pin
Jeeva Jose28-Apr-08 20:37
Jeeva Jose28-Apr-08 20:37 
GeneralRe: OUT OF Memory Pin
N a v a n e e t h28-Apr-08 21:01
N a v a n e e t h28-Apr-08 21:01 
GeneralRe: OUT OF Memory Pin
Jeeva Jose28-Apr-08 21:19
Jeeva Jose28-Apr-08 21:19 
GeneralRe: OUT OF Memory Pin
Zoltan Balazs28-Apr-08 22:03
Zoltan Balazs28-Apr-08 22:03 
GeneralRe: OUT OF Memory Pin
Zoltan Balazs28-Apr-08 21:12
Zoltan Balazs28-Apr-08 21:12 

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.