The second form was fullscreen on the PC but not the PocketPC.
I added a second formlib and changed the code to
flb1.New1("Form1",B4PObject(1))
flb1.FullScreen(CPPC)
flb2.New1("Form2",B4PObject(1))
flb2.FullScreen(CPPC)
Should I use two drawers as well?
Sincerely,
Max Tillberg
|