I'm trying to write a progam that will display an output every 100 ms. I'm attempting to use the _IntervalTimerInstruction(from the _TimerInstruction class) but i don' tknow where the information on this is found. Vis C++ help is no help. I've also tried using SetTimer and processing the messages in WM_TIMER, but to no avail. Please help