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 🙂 )
I’m using Wisej-3.5.12. Didn’t know there was .14…
Thanks for your kind help!
Wisej-3.5.12
!! Yours works, the only difference is I was using .NET 6 and you used .NET 8!!
Thanks Julie 🙂
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
Please login first to submit.