Hello,
A customer of mine wants something special.
Is it possible, to show a buttonbar on defined-places on screen ?
I don't want, that the bar can be moved.
If it is not possible, i have to use single bitmaps.
For the Folder BMP's i used :
ACTIVATE WINDOW oWnd MAXIMIZED ;
ON INIT ( MAKEBAR1( oWnd ) ) ;
ON PAINT ( gradpaint1( hDC, oWnd ), ;
ABPaint( hDC, 50, 10, oBmp1:hBitmap, 220 ), ;
ABPaint( hDC, 380, 10, oBmp2:hBitmap, 220 ), ;
ABPaint( hDC, 50, 220, oBmp3:hBitmap, 220 ), ;
ABPaint( hDC, 380, 220, oBmp4:hBitmap, 220 ), ;
ABPaint( hDC, 50, 430, oBmp5:hBitmap, 220 ), ;
ABPaint( hDC, 380, 430, oBmp6:hBitmap, 220 ) ) // 0-255 transparency level
For the moment, i paint single bitmaps on top of the folder-bmp's.
Regards
Uwe