SUB Dplot_loadbmp(Filename$,INTEGER W,H,OPTIONAL Xp,Yp)
!
! Displays a bmp file on the screen (using HTBImage.dll)
!
! INPUT: Filename$ = Name of the bitmap file to be displayed
! If Filename$="!!!SHUTDOWN!!!" then image will be destroyed
! and DLL will be unloaded
! X = x Position of the picture in pixels
! Y = y Position of the picture in pixels
! Xp = x position on the screen in percent of the maximum (optional)
! Yp = y position on the screen in percent of the maximum (optional)
Dplot_loadbmp displays a bitmap file (*.bmp) on the screen using HTBImage.dll.