1. - to running hidden
there are a couple ways :
1. this.Visible = false;
this.ShowInTaskbar = false;
2. this.Opacity = 0;
this.ShowInTaskbar = false;
- to get form back => Set visible as True or Opacity to 100 on keypressed event.
2. You can disable by know the ascii or keychar (in keypressed event again).
3. To fullscreen : set WindowsState = true in form properties.
ITKnight commented: Good point +1
Jx_Man 987 Nearly a Senior Poster Featured Poster
Jade_me commented: Great code +1
Neji commented: good explain +1
Estella commented: awesome +1