Full Screen on Secondary

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
 
R

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:
 
R

Robin

There has to be a solution to this problem. I am will to offer any
clarification if required.

Thanks,

Robin
 

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

Top