Full Screen on Secondary

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

I am not sure if this is possible, but I would like to display my form
at full screen on the current display it is on. For example if I drag
the Form over to another display that my desktop has been extended to
and hit F11 which calls a function that does the following:

this.FormBorderStyle = FormBorderStyle.None;
this.TopMost = true;
this.WindowState = FormWindowState.Maximized;

This makes the application fullscreen on the Primary, even if the
application is located on the secondary.

Any thoughts at all would be appreciated since a search of google came
up empty.

Thanks,

Robin
 
Any thoughts on this one ?

I am not sure if this is possible, but I would like to display my form
at full screen on the current display it is on. For example if I drag
the Form over to another display that my desktop has been extended to
and hit F11 which calls a function that does the following:
 
There has to be a solution to this problem. I am will to offer any
clarification if required.

Thanks,

Robin
 
Back
Top