Timer does no longer fire after Menu = null

  • Thread starter Thread starter Dexlex
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top