local oImage
DEFINE IMAGE oImage FILE "fw.jpg"
oRTF:InsertPicture( oImage:hBitmap )
oImage:End()
You can also use other graphic file formats except PNG
local oImage
DEFINE IMAGE oImage FILE "fw.jpg"
oRTF:InsertPicture( oImage:hBitmap )
oImage:End()
You can also use other graphic file formats except PNG