[Gambas-user] Backgroundimage

Fabien Bodard abidoo.too at ...11...
Fri May 28 00:06:01 CEST 2004


Le jeudi 27 Mai 2004 22:19, Rob a écrit :
> > Draw.Begin(me)
> >   Draw.Picture(Picture["mypicture'],0,0)
> > Draw.End


PUBLIC SUB Form_Activate()

  Draw.Begin(ME)
   Draw.Picture(Picture[Application.Home &/ "Desktop/image/241.png"],0,0)
  Draw.End

END

That code work fine and redraw background.

Fabien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: capture19.png
Type: image/png
Size: 44511 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040528/97b99615/attachment.png>


More information about the User mailing list