![Smile :)](./images/smilies/icon_smile.gif)
![Embarassed :oops:](./images/smilies/icon_redface.gif)
// Using bitmaps from resources
#include "FWCE.ch"
function Main()
local oWnd, oBmp, osay
DEFINE WINDOW oWnd TITLE "Bmp-Res"
@ 5,5 SAY osay var 'Prueba de texto sin fondo' OF OWND
@ 0, 0 BITMAP RESOURCE "users" ADJUST transparen
ACTIVATE WINDOW oWnd ;
ON CLICK MsgInfo( "click!" )
return nil
[img][img]http://img58.imageshack.us/img58/9974/textosinfondosobrebmppb9.th.jpg[/img][/img]