D
Dexlex
Hello NG,
when I switch my form to fullscreen by setting
this.Menu = null;
my System.Windows.Forms.Timer does no longer fire, though still enabled.
However, key presses, clicks, etc. still work on the form.
As soon as I switch back to normal mode by
this.Menu = mainMenu1;
the timer_tick is called again.
What did I do wrong?
Dex
when I switch my form to fullscreen by setting
this.Menu = null;
my System.Windows.Forms.Timer does no longer fire, though still enabled.
However, key presses, clicks, etc. still work on the form.
As soon as I switch back to normal mode by
this.Menu = mainMenu1;
the timer_tick is called again.
What did I do wrong?
Dex