Hello Silvio,
Just copy freeimage.dll in you working-directory.
In your program you do :
- Code: Select all Expand view
cPICTURE := "c:\TEST.JPG"
DEFINE IMAGE oImg cPICTURE
DEFINE WINDOW oWnd TITLE "test"
...
...
ACTIVATE WINDOW oWnd MAXIMIZED ;
ON PAINT PalBmpDraw( hDC, 0, 0, oImg:hBitmap )
When it is not very urgent, i'm nearly finished
with the tools. There you can build your desired look
( backgrounds with colors or pictures ), on screen.
After that, the program write the source for you.
or a Gradient-design with colors
you can use brushes, pictures, colors ...
When it is finished, i put a message in the forum.
Regards
Uwe