Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: inheritance Pin
ruanr12-Jul-07 3:26
ruanr12-Jul-07 3:26 
AnswerRe: inheritance Pin
Naga Rajendra Kumar12-Jul-07 1:25
Naga Rajendra Kumar12-Jul-07 1:25 
Questionarrays Pin
vamsivss11-Jul-07 20:46
vamsivss11-Jul-07 20:46 
AnswerRe: arrays Pin
Sathesh Sakthivel11-Jul-07 20:52
Sathesh Sakthivel11-Jul-07 20:52 
AnswerRe: arrays Pin
ruanr11-Jul-07 20:55
ruanr11-Jul-07 20:55 
GeneralRe: arrays [modified] Pin
Martin#11-Jul-07 20:59
Martin#11-Jul-07 20:59 
GeneralRe: arrays Pin
Sathesh Sakthivel11-Jul-07 21:04
Sathesh Sakthivel11-Jul-07 21:04 
JokeRe: arrays Pin
Luc Pattyn11-Jul-07 23:58
sitebuilderLuc Pattyn11-Jul-07 23:58 
JokeRe: arrays [modified] Pin
Martin#12-Jul-07 0:10
Martin#12-Jul-07 0:10 
AnswerRe: arrays Pin
MarkB77711-Jul-07 21:16
MarkB77711-Jul-07 21:16 
QuestionCOM-Ports Pin
roiter11-Jul-07 20:06
roiter11-Jul-07 20:06 
AnswerRe: COM-Ports Pin
Bekjong11-Jul-07 23:39
Bekjong11-Jul-07 23:39 
QuestionI want SMS of application Pin
srinivassam11-Jul-07 19:00
srinivassam11-Jul-07 19:00 
AnswerRe: I want SMS of application Pin
Michael Sync11-Jul-07 20:23
Michael Sync11-Jul-07 20:23 
GeneralRe: I want SMS of application Pin
srinivassam11-Jul-07 22:59
srinivassam11-Jul-07 22:59 
GeneralRe: I want SMS of application Pin
Michael Sync11-Jul-07 23:09
Michael Sync11-Jul-07 23:09 
AnswerRe: I want SMS of application Pin
Sven Cipido11-Jul-07 20:42
Sven Cipido11-Jul-07 20:42 
GeneralRe: I want SMS of application Pin
srinivassam11-Jul-07 23:00
srinivassam11-Jul-07 23:00 
AnswerRe: I want SMS of application Pin
Vasudevan Deepak Kumar11-Jul-07 22:23
Vasudevan Deepak Kumar11-Jul-07 22:23 
QuestionWhere should I place a code that I wish to be run all the time during run time? Pin
Khoramdin11-Jul-07 10:20
Khoramdin11-Jul-07 10:20 
AnswerRe: Where should I place a code that I wish to be run all the time during run time? Pin
Giorgi Dalakishvili11-Jul-07 10:35
mentorGiorgi Dalakishvili11-Jul-07 10:35 
AnswerRe: Where should I place a code that I wish to be run all the time during run time? Pin
Martin#11-Jul-07 10:38
Martin#11-Jul-07 10:38 
Hello,

A timer event would seem to me the write place!
Now you have do decite if you whant to run it in the GUI thread or start an other thread for this checking.
A independend thread would have the posibiliy to run it in lower priority which doesn't effect your GUI to much!
If you whant to run it in GUI thread the Forms.Timer is the write one.
If not, use Threading.Timer or Timers.Timer.

Hope it helps!

All the best,

Martin

QuestionMVP and Validation in C# and ASP.Net Pin
martin_hughes11-Jul-07 8:47
martin_hughes11-Jul-07 8:47 
AnswerRe: MVP and Validation in C# and ASP.Net [modified] Pin
Pete O'Hanlon11-Jul-07 9:17
mvePete O'Hanlon11-Jul-07 9:17 
GeneralRe: MVP and Validation in C# and ASP.Net Pin
martin_hughes11-Jul-07 9:38
martin_hughes11-Jul-07 9:38 

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.