View Single Post
  #7 (permalink)  
Old 11-05-2007, 08:40 PM
maxtillberg maxtillberg is offline
Newbie
 
Join Date: Oct 2007
Posts: 7
Default

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
Reply With Quote