hi
this is code for "setAlwaysOnTop":
but, not working on fullscreen games
What is the solution?
tnx
this is code for "setAlwaysOnTop":
top most b4j:
Sub setAlwaysOnTop(frm As Object, Value As Boolean)
Dim frmJO As JavaObject = frm
Dim stage As JavaObject = frmJO.GetField("stage")
stage.RunMethod("setAlwaysOnTop", Array(Value))
End Sub
but, not working on fullscreen games
What is the solution?
tnx