Click here to Skip to main content
15,925,528 members
Home / Discussions / C#
   

C#

 
AnswerRe: Assembly initialization... Pin
Scott Dorman2-Mar-07 4:25
professionalScott Dorman2-Mar-07 4:25 
GeneralRe: Assembly initialization... Pin
Phil Boyd2-Mar-07 6:54
Phil Boyd2-Mar-07 6:54 
GeneralRe: Assembly initialization... Pin
Scott Dorman2-Mar-07 7:01
professionalScott Dorman2-Mar-07 7:01 
GeneralRe: Assembly initialization... Pin
Phil Boyd2-Mar-07 11:12
Phil Boyd2-Mar-07 11:12 
QuestionHow to stop a timer from within it's eventhandler? Pin
Hussam Fattahi2-Mar-07 3:52
Hussam Fattahi2-Mar-07 3:52 
AnswerRe: How to stop a timer from within it's eventhandler? Pin
Stefan Troschuetz2-Mar-07 4:28
Stefan Troschuetz2-Mar-07 4:28 
AnswerRe: How to stop a timer from within it's eventhandler? Pin
S. Senthil Kumar2-Mar-07 4:48
S. Senthil Kumar2-Mar-07 4:48 
GeneralRe: How to stop a timer from within it's eventhandler? Pin
Stefan Troschuetz2-Mar-07 5:13
Stefan Troschuetz2-Mar-07 5:13 
S. Senthil Kumar wrote:
You could try using System.Threading.Timer[^] instead and it provides a parameter to do one shot firing of the timer.


The same can be achieved by setting the System.Timers.Timer.Autoreset property to false.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: How to stop a timer from within it's eventhandler? Pin
S. Senthil Kumar2-Mar-07 5:31
S. Senthil Kumar2-Mar-07 5:31 
GeneralRe: How to stop a timer from within it's eventhandler? Pin
Hussam Fattahi2-Mar-07 5:31
Hussam Fattahi2-Mar-07 5:31 
QuestionOut of Focus Event Pin
mrarunks2-Mar-07 3:35
mrarunks2-Mar-07 3:35 
AnswerRe: Out of Focus Event Pin
Colin Angus Mackay2-Mar-07 3:36
Colin Angus Mackay2-Mar-07 3:36 
AnswerRe: Out of Focus Event Pin
Stefan Troschuetz2-Mar-07 3:39
Stefan Troschuetz2-Mar-07 3:39 
Questionreturn value Pin
md_refay2-Mar-07 2:15
md_refay2-Mar-07 2:15 
AnswerRe: return value Pin
Not Active2-Mar-07 2:20
mentorNot Active2-Mar-07 2:20 
AnswerRe: return value Pin
Frank Kerrigan2-Mar-07 2:22
Frank Kerrigan2-Mar-07 2:22 
AnswerRe: return value Pin
Colin Angus Mackay2-Mar-07 2:25
Colin Angus Mackay2-Mar-07 2:25 
AnswerRe: return value Pin
Colin Angus Mackay2-Mar-07 6:34
Colin Angus Mackay2-Mar-07 6:34 
QuestionSending mail through gmail Pin
sharpiesharpie2-Mar-07 1:37
sharpiesharpie2-Mar-07 1:37 
AnswerRe: Sending mail through gmail Pin
Frank Kerrigan2-Mar-07 2:25
Frank Kerrigan2-Mar-07 2:25 
GeneralRe: Sending mail through gmail Pin
sharpiesharpie2-Mar-07 3:41
sharpiesharpie2-Mar-07 3:41 
GeneralRe: Sending mail through gmail Pin
Colin Angus Mackay2-Mar-07 5:34
Colin Angus Mackay2-Mar-07 5:34 
QuestionCopying Dictionaries [modified] Pin
AmorphisOne2-Mar-07 1:28
AmorphisOne2-Mar-07 1:28 
AnswerRe: Copying Dictionaries Pin
kubben2-Mar-07 1:55
kubben2-Mar-07 1:55 
AnswerRe: Copying Dictionaries Pin
Andrew Rissing2-Mar-07 3:17
Andrew Rissing2-Mar-07 3:17 

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.