! GWW Image Example
! This example uses GWW IMAGE to display an Image and Text
00010 DIM MSG$[5]; ! Dimension MSG$
MSG$[1]="E"; ! "E" - Execute Source Command(MSG$[5])
MSG$[2]="gwwimage.exe"; ! Source Application
MSG$[3]="system"; ! Source Topic
MSG$[5]="[app.imagedirectory=C:\WINDOWS\]"+ ! Path to image
"[app.move=17,1,60,20]" + ! Window Location
"[picture.image=Waves.bmp]"+ ! Image Name
"[picture.button=Item MA100]"+ ! Button Text
"[picture.caption1=Item Description]"+ ! Text Box 1 Caption
"[picture.text1=Thoroughbred Basic 8.3 Manual]"+ ! Text Box 1 Text
"[picture.caption2=Additional Information]"+ ! Text Box 2 Caption
"[picture.text2=Available9/01/93$CR$$CR$"+ ! Text Box 2 Text
"Cost:US$25.00$CR$Multiple Copies:US$10.00]"+ ! ...
"[app.visible=true]" ! Show Window on Screen
00020 CALL "GWWCOM",MSG$[ALL] ! Call GWWCOM
00030 PRINT MSG$[0]; ! Print Execution Status
INPUT "ALL DONE",* ! Wait for