Re: Full Screen on Secondary
by Robin on 11/1/2007 1:49:00 AM
There has to be a solution to this problem. I am will to offer any
clarification if required.
Thanks,
Robin
On Oct 27, 10:43 am, Robin <diilbert.atlan...@gmail.com> wrote:
> 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