Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: radiobutton BeforeStateChange ? Pin
fracalifa12-Jul-07 1:18
fracalifa12-Jul-07 1:18 
GeneralRe: radiobutton BeforeStateChange ? Pin
Martin#12-Jul-07 1:40
Martin#12-Jul-07 1:40 
Questioncreating a custom editor Pin
KaleoDev11-Jul-07 21:38
KaleoDev11-Jul-07 21:38 
AnswerRe: creating a custom editor Pin
Bekjong12-Jul-07 0:03
Bekjong12-Jul-07 0:03 
GeneralRe: creating a custom editor Pin
KaleoDev12-Jul-07 1:52
KaleoDev12-Jul-07 1:52 
GeneralRe: creating a custom editor Pin
Bekjong12-Jul-07 1:59
Bekjong12-Jul-07 1:59 
GeneralRe: creating a custom editor Pin
KaleoDev12-Jul-07 2:13
KaleoDev12-Jul-07 2:13 
QuestionProblem with Timer object Pin
alashara11-Jul-07 21:22
alashara11-Jul-07 21:22 
Hi,
I've created a timer object with these statements
private Timer stepTimer = new Timer();
stepTimer.Interval = 1000;
stepTimer.Tick += new EventHandler(stepTimer_Tick);
these statements are in my constructor.
when I call stepTimer.Start(); in the constructor it comes to the stepTimer_Tick method.
However, when I do that somewhere else (for example I am trying to call in another callback function)
it does not enter the function stepTimer_Tick.
I've taken the statement (stepTimer.Start(); ) to different locations but it is still the same. How can I solve that.
Thanks...


aysan ethem narman

AnswerRe: Problem with Timer object Pin
Martin#11-Jul-07 21:32
Martin#11-Jul-07 21:32 
GeneralRe: Problem with Timer object Pin
alashara11-Jul-07 23:13
alashara11-Jul-07 23:13 
GeneralRe: Problem with Timer object [modified] Pin
Martin#11-Jul-07 23:28
Martin#11-Jul-07 23:28 
GeneralRe: Problem with Timer object Pin
Luc Pattyn11-Jul-07 23:54
sitebuilderLuc Pattyn11-Jul-07 23:54 
QuestionDate time format Pin
MarkB77711-Jul-07 21:11
MarkB77711-Jul-07 21:11 
GeneralRe: Date time format Pin
Martin#11-Jul-07 21:38
Martin#11-Jul-07 21:38 
Questioninheritance Pin
vamsivss11-Jul-07 20:49
vamsivss11-Jul-07 20:49 
AnswerRe: inheritance Pin
Sathesh Sakthivel11-Jul-07 20:53
Sathesh Sakthivel11-Jul-07 20:53 
AnswerRe: inheritance [modified] Pin
Colin Angus Mackay11-Jul-07 22:50
Colin Angus Mackay11-Jul-07 22:50 
GeneralRe: inheritance Pin
ruanr11-Jul-07 23:56
ruanr11-Jul-07 23:56 
GeneralRe: inheritance [modified] Pin
Colin Angus Mackay12-Jul-07 1:02
Colin Angus Mackay12-Jul-07 1:02 
GeneralRe: inheritance Pin
Colin Angus Mackay12-Jul-07 1:06
Colin Angus Mackay12-Jul-07 1:06 
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 

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.