toggle full screen

europe

Member
hi guys another trouble yet :)

how to toggle fullscreen mode?

Sub App_Start
flb.New1("Form1", false)
flb.FullScreen2(True,True)

that one works good, the appz starts in full screen mode but calling the function with a button like

Sub Button1_Click
flb.FullScreen2(False,False)

doesn't work... any suggestion? :confused:

Thanks,
Europe
 
Top