Click here to Skip to main content
15,884,177 members
Home / Discussions / C#
   

C#

 
GeneralRe: QR barcode decoder problem. Pin
Mycroft Holmes26-Jun-09 0:41
professionalMycroft Holmes26-Jun-09 0:41 
QuestionHow to get stack trace Pin
LiYS25-Jun-09 16:30
LiYS25-Jun-09 16:30 
AnswerRe: How to get stack trace Pin
Luc Pattyn25-Jun-09 16:33
sitebuilderLuc Pattyn25-Jun-09 16:33 
GeneralRe: How to get stack trace Pin
LiYS25-Jun-09 17:17
LiYS25-Jun-09 17:17 
QuestionAsk about OO Concept Pin
sky391325-Jun-09 14:32
sky391325-Jun-09 14:32 
AnswerRe: Ask about OO Concept Pin
Luc Pattyn25-Jun-09 14:48
sitebuilderLuc Pattyn25-Jun-09 14:48 
AnswerRe: Ask about OO Concept Pin
N a v a n e e t h25-Jun-09 15:40
N a v a n e e t h25-Jun-09 15:40 
Questionrunning a service periodically Pin
mark_me25-Jun-09 12:00
mark_me25-Jun-09 12:00 
Hi,
i have a service and i want it to run every 2 mins. i tried using

_service = new System.Threading.Timer(new TimerCallback(RunModules), null, 0,waitTime*1000);

but problem is that the service might not have finished its task and another instance of it runs. i want it to run every 2 mins, but if its instance is already running, it should not run until previous instance has finished.

Please provide insight to solution.

Thanx in advance.
AnswerRe: running a service periodically Pin
Luc Pattyn25-Jun-09 12:22
sitebuilderLuc Pattyn25-Jun-09 12:22 
GeneralRe: running a service periodically Pin
mark_me25-Jun-09 15:34
mark_me25-Jun-09 15:34 
GeneralRe: running a service periodically Pin
Luc Pattyn25-Jun-09 15:35
sitebuilderLuc Pattyn25-Jun-09 15:35 
Questionkeydown event on minimized form ! Pin
kubibay25-Jun-09 8:46
kubibay25-Jun-09 8:46 
AnswerRe: keydown event on minimized form ! Pin
Rajesh R Subramanian25-Jun-09 9:29
professionalRajesh R Subramanian25-Jun-09 9:29 
GeneralRe: keydown event on minimized form ! Pin
kubibay25-Jun-09 9:56
kubibay25-Jun-09 9:56 
GeneralRe: keydown event on minimized form ! Pin
Rajesh R Subramanian25-Jun-09 10:15
professionalRajesh R Subramanian25-Jun-09 10:15 
GeneralRe: keydown event on minimized form ! Pin
kubibay25-Jun-09 10:20
kubibay25-Jun-09 10:20 
GeneralRe: keydown event on minimized form ! Pin
EliottA25-Jun-09 10:25
EliottA25-Jun-09 10:25 
GeneralRe: keydown event on minimized form ! Pin
kubibay25-Jun-09 10:29
kubibay25-Jun-09 10:29 
Questionusing versus out of scope Pin
jackgeek25-Jun-09 8:03
jackgeek25-Jun-09 8:03 
AnswerRe: using versus out of scope Pin
harold aptroot25-Jun-09 8:14
harold aptroot25-Jun-09 8:14 
AnswerRe: using versus out of scope Pin
OriginalGriff25-Jun-09 8:20
mveOriginalGriff25-Jun-09 8:20 
GeneralRe: using versus out of scope Pin
Mirko198025-Jun-09 21:44
Mirko198025-Jun-09 21:44 
QuestionSerial Port synchronous read Pin
12425625-Jun-09 7:56
12425625-Jun-09 7:56 
Questiongui Pin
Alessio Granzotto25-Jun-09 7:34
Alessio Granzotto25-Jun-09 7:34 
AnswerRe: gui Pin
dan!sh 25-Jun-09 7:41
professional dan!sh 25-Jun-09 7:41 

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.