Mono winforms app fullscreen in Ubuntu?

前端 未结 10 2316

Just wondering if there\'s a known way of getting a Mono System.Windows.Forms application to go fullscreen on Ubuntu/Gnome.

Mono is 2.4.2.3 Ubuntu is 9.10

Doing

10条回答
  •  太阳男子
    2021-02-08 11:44

    It should be possible to display every app running inside gnome in fullscreen mode with the "CTRL+F11" hotkey.

    Maybe you could try

    System.Windows.Forms.SendKeys.Send();
    

    but that is just a guess, I haven't got a Linux running atm to try this. But maybe this helps.

提交回复
热议问题