Fullscreen functions

0
0

I’ve tried to set Application.RequestFullScreen()  but it won’t compile or run.

Is there a missing DLL or something?

I’ve used the example code for doing this:

 

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnFullScreen.Click
‘Application.Call(“FullScreen”)
If Application.Browser.IsFullScreen Then
Debug.Print(“fullscreen”)
End If
End Sub

It blows up just checking the fullscreen state.

Thanks for any advice.  (a working demo would be greatly appreciated,  I use VB, but C# works 🙂 )

 

  • You must to post comments
0
0

I’m using Wisej-3.5.12.  Didn’t know there was .14…

Thanks for your kind help!

  • You must to post comments
0
0

Wisej-3.5.12

!! Yours works, the only difference is I was using .NET 6 and you used .NET 8!!

Thanks Julie 🙂

  • You must to post comments
0
0

What version of Wisej are you using and what browser? I tested and it works fine in 3.5.14 with Chrome, Firefox and Edge.

I’ve attached a sample that uses C#.

-Julie

Attachment
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.