Quote Originally Posted by JonnyPoet View Post
Yes thats correct, but in any questions of a problem of nor working delegates I'm always looking into the designers code if all is correct here. So the question now is:
Have you added the delegate twice ? One times using IDE and clicking there so its added to the form in the designer and a second time in the Form Load event as I can see this in your posts ?
Yes [at line 111 in the designer....] , it is enabled, interval=1000, and the event wired up in the designer.

Then in the Form Load event, is is sped up (interval=100), enabled (redundant) and wired up (redundant)

Sloppy, Definately. But not problematic. Remember the identity of a delegate is the source and target. And you can not add duplicate events (ie cduplicating the add, will NOT cause the event to fire twice as often).

IT HAD NOTHING TO DO WITH THE PROBLEM