Tab Page launching a timer
Posted
by Lumpy
on Stack Overflow
See other posts from Stack Overflow
or by Lumpy
Published on 2010-04-10T15:16:05Z
Indexed on
2010/04/10
15:23 UTC
Read the original article
Hit count: 250
I have a project that uses a timer to update the position of motors. I am adding 3 more motors and would like to control each of them the same way as the first. I tried moving my controls to a Tab Control but my update timers are not triggering. I made the
UpdateTimer.SynchronizingObject = TheMainForm;
Because if I tried to make it the Tab Page I got an error. I am very new to threaded projects. What am I doing wrong. Will post more code if its needed.
© Stack Overflow or respective owner