Hi, I have a class for tracking the foreground window, and i wanted to add a timer to the class so that i can regulate how often the class checks for a new foreground window. so far, i used
I then proceeded to try and set tmrCheck as a new timer with
but timer never came up in the list of classes that i could set it as
also, i tried to set the interval and enabled properties with
Unfortunately that didnt work either.
If someone is able to help me on this I would be most grateful
Jay