Hello everyone,

I have done my programm with visual studio 2010 MFC.

In my programm there is 2 timers. and 4 edit controls.

My problam is, i cann't change edit control value when timer is running,

suppose currently edit box is empty, but i want to write some numbers, but

due to one timer is running i can put any value in any of edit control.

Is there any solution?

Recommended Answers

All 2 Replies

That's because you need a separate thread of execution to execute the timers..I would investigate threads.

Thanks a lott!! It would be really beneficial for me.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.