I replied twice to a post and so it probably got missed (Form size 264h).
I tried the Formlib answer but the desktop emulator for PPC jumped to full screen and thus top left corner. I put the object (dll) as for both desktop and PPC because it didn't seem to work with only PPC.
It gave the message object reference not set to an instance of an object.
Sub App_Start
Form1.show
flb.New1("Form1",B4PObject(1))
flb.FullScreen(True)
gw.New1("Form1",0,0,Form1.Width,form1.Height)
...
...
End sub
I realise I have omitted to replace some placeholder but don't understand B4PObject(1)
A second question if I may...
Sprite.value (I read the help but) something escapes me about value.
Thank you
I tried the Formlib answer but the desktop emulator for PPC jumped to full screen and thus top left corner. I put the object (dll) as for both desktop and PPC because it didn't seem to work with only PPC.
It gave the message object reference not set to an instance of an object.
Sub App_Start
Form1.show
flb.New1("Form1",B4PObject(1))
flb.FullScreen(True)
gw.New1("Form1",0,0,Form1.Width,form1.Height)
...
...
End sub
I realise I have omitted to replace some placeholder but don't understand B4PObject(1)
A second question if I may...
Sprite.value (I read the help but) something escapes me about value.
Thank you