Hi all,
I am trying to full screen Form1 (main form) and Form2 (options form).
I can full screen Form1 using:
Sub App_Start
AddObject("flb","Formlib")
flb.New1("Form1",B4PObject(1))
flb.FullScreen(cPPC)
Form1.show
End Sub
but how do I get Form2 in full screen ?
When I click some button to go to Form2 it appears in normal mode (not full screen) on top of Form1. As Form2 is smaller I can see both forms.
Any help ?
Thank you.
MC