I have a Windows Form that originally inherited from Form. I changed it to inherit from ToolWindow (for use in DockLayoutManager). After the change, the Timer event does not fire any more.
I have a text input field in the form. The caret in the text input field has stopped blinking. I suppose that's another symptom of timer not working.
Has anyone else encountered the same problem? Any solution?
Thanks in advance.