Hi,
In the device, in full screen mode I want the title bar would not be visible but the menu bar should be visible.
the following code make both the title bar and the menu bar invisible.
Sub Form1_Show
flb.New1("Form1",B4PObject(1))
flb.FullScreen2(CPPC,true)
End Sub
the following code make the menu bar invisible but the title bar visible.
Sub Form1_Show
flb.New1("Form1",B4PObject(1))
flb.FullScreen2(CPPC,false)
End Sub
I use optimized compilation. Then how to make menu bar visible and title bar invisible.
regards,
In the device, in full screen mode I want the title bar would not be visible but the menu bar should be visible.
the following code make both the title bar and the menu bar invisible.
Sub Form1_Show
flb.New1("Form1",B4PObject(1))
flb.FullScreen2(CPPC,true)
End Sub
the following code make the menu bar invisible but the title bar visible.
Sub Form1_Show
flb.New1("Form1",B4PObject(1))
flb.FullScreen2(CPPC,false)
End Sub
I use optimized compilation. Then how to make menu bar visible and title bar invisible.
regards,