I need to make my program have a timer that is in .1 second intervals. My current program is in 1 second intervals. I am currently using a Timer with the interval set to 1000. I tried changing the interval to 100 when I did this a 3 second program took 5 seconds.
What the program currently does is every interval looks at a MSHFlexGrid and read across (5 to 200) cells. Based on the sell it desides if it needs to display somthing on the screen.
