[Mono-osx] Full screen OS/X

Geoff Norton gnorton at novell.com
Fri Jun 6 15:07:12 EDT 2008


There are ways to do fullscreen directly in S.W.F that is supported, I
can't recall off the top of my head the API call, but you should use
that.

-g

On Tue, 2008-06-03 at 21:30 -0700, Bob Frankston wrote:
> I found I could declare
> 
> 
> [DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
>         private static extern int SetSystemUIMode(kUIMode km, kUIOption ko);
> 
> 
> and go into Kiosk mode but I can't seem to write the whole screen using
> System.Windows.Form.
> 
> I'm interesting in suggestions or pointers for how to do it.



More information about the Mono-osx mailing list