I haven't done anything with this program since 11/08. I brought it out to update and finish it.
The program compiled (dbpro7.2 or 3) correctly and worked fine.
The first thing I saw when I loaded the code into the editor (7.5) was the the editor did not recognize the apostrophe (') as a rem character. After taking care of that problem, the code compiled without error. The only problem, I was greeted with a blank black screen instead of the graphic background and menu buttons I expected.
MENU_TITLE:
show mouse
cls
get image 1,0,0,640,480,3
cls
load image "Ztitle.bmp",1
cls
paste image 1,0,0,1
rem set text to normal
set text size 14
sync
RETURN
The Fangman