it is possible ?
and How ?
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
it is possible ?
and How ?

can you post the source NO vtitle please

...
...
ACTIVATE WINDOW oWnd MAXIMIZED ;
ON PAINT W_ALPHA( hDC ) ;
VALID MsgYesNo( "Do you want to end?" )
RETURN( NIL )
// --------- W-ALPHA-BMP --------------------------------------
FUNCTION W_ALPHA( hDC )
LOCAL oBmp1, oBmp2
// Left / Top
DEFINE BITMAP oBmp1 FILENAME "EARTH1.BMP"
ABPaint( hDC, 760, 20, oBmp1:hBitmap, 220 )
oBmp1:End()
DEFINE BITMAP oBmp2 FILENAME "PREVIEW.BMP"
ABPaint( hDC, 820, 170, oBmp2:hBitmap, 220 )
oBmp2:End()
RETURN NIL
Very nice !!!!!!!!!!!
Congratulations ![]()
I used only :
ribbon class,trbtn class,rpanel class and only bitmap and btnbmp class
I not modify any class I worked only on the test.prg
We had the solution before our eyes