How to Display BMPs in Winbatch Boxes
Keywords: bitmaps boxes BMP
In Winbatch 2002A, a new function was added:
BoxBitmap(box ID, coordinates, filename, stretch-mode)
Displays a bitmap in a WinBatch box.
(s) "filename" specifies the name of a BMP file.
(i) stretch-mode specifies the mode to use when resizing the bitmap.
For users of Winbatch prior to 2002B, the link below
includes some nice sample code, to display bitmaps in Winbatch boxes:
displayBMP.zip
Article ID: W14573
Filename: Display Bitmaps in Winbatch Boxes.txt