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

C#

 
GeneralRe: code not being executed Pin
Saamir29-Jun-07 5:03
Saamir29-Jun-07 5:03 
AnswerRe: code not being executed Pin
Guffa29-Jun-07 6:49
Guffa29-Jun-07 6:49 
GeneralRe: code not being executed Pin
Saamir29-Jun-07 9:16
Saamir29-Jun-07 9:16 
GeneralRe: code not being executed Pin
Luc Pattyn29-Jun-07 10:25
sitebuilderLuc Pattyn29-Jun-07 10:25 
AnswerRe: code not being executed Pin
Guffa29-Jun-07 12:10
Guffa29-Jun-07 12:10 
AnswerRe: code not being executed Pin
leppie29-Jun-07 4:48
leppie29-Jun-07 4:48 
AnswerRe: code not being executed Pin
Guffa29-Jun-07 6:38
Guffa29-Jun-07 6:38 
AnswerRe: code not being executed Pin
Martin#29-Jun-07 8:52
Martin#29-Jun-07 8:52 
Hello,

You could use the System.Threading or System.Timers Timer instead of the Forms.Timer.
This Timers are executed in an new Thread and will not be blocked by the GUI Thread.

But make shure that you clearify your concept as Guffa suggested before you are using the timer.

All the best,

Martin
GeneralRe: code not being executed Pin
Saamir29-Jun-07 9:12
Saamir29-Jun-07 9:12 
GeneralRe: code not being executed Pin
Martin#29-Jun-07 9:44
Martin#29-Jun-07 9:44 
GeneralRe: code not being executed Pin
Luc Pattyn29-Jun-07 9:14
sitebuilderLuc Pattyn29-Jun-07 9:14 
GeneralRe: code not being executed [modified] Pin
Martin#29-Jun-07 9:40
Martin#29-Jun-07 9:40 
GeneralRe: code not being executed Pin
Luc Pattyn29-Jun-07 10:16
sitebuilderLuc Pattyn29-Jun-07 10:16 
QuestionSense Open Excel Workbooks Pin
jeffbeagle29-Jun-07 4:01
jeffbeagle29-Jun-07 4:01 
QuestionActiveX Persistence in C# Pin
zam66429-Jun-07 3:58
zam66429-Jun-07 3:58 
QuestionCount Array Items with C# Pin
BenjaminMartin29-Jun-07 3:55
BenjaminMartin29-Jun-07 3:55 
AnswerRe: Count Array Items with C# Pin
Luc Pattyn29-Jun-07 4:28
sitebuilderLuc Pattyn29-Jun-07 4:28 
GeneralRe: Count Array Items with C# Pin
BenjaminMartin29-Jun-07 4:53
BenjaminMartin29-Jun-07 4:53 
GeneralRe: Count Array Items with C# Pin
leppie29-Jun-07 4:54
leppie29-Jun-07 4:54 
AnswerRe: Count Array Items with C# Pin
Guffa29-Jun-07 4:47
Guffa29-Jun-07 4:47 
AnswerRe: Count Array Items with C# Pin
leppie29-Jun-07 4:52
leppie29-Jun-07 4:52 
GeneralRe: Count Array Items with C# Pin
BenjaminMartin29-Jun-07 5:10
BenjaminMartin29-Jun-07 5:10 
AnswerRe: Count Array Items with C# Pin
Kevin McFarlane29-Jun-07 6:10
Kevin McFarlane29-Jun-07 6:10 
Questionndoc MSDN style document Pin
Software_Specialist29-Jun-07 3:36
Software_Specialist29-Jun-07 3:36 
AnswerRe: ndoc MSDN style document Pin
BoneSoft29-Jun-07 3:49
BoneSoft29-Jun-07 3:49 

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.