Using JPGs with RichEdit
Posted: Sun Dec 16, 2007 9:01 pm
local oImage
DEFINE IMAGE oImage FILE "fw.jpg"
oRTF:InsertPicture( oImage:hBitmap )
oImage:End()
You can also use other graphic file formats except PNG
DEFINE IMAGE oImage FILE "fw.jpg"
oRTF:InsertPicture( oImage:hBitmap )
oImage:End()
You can also use other graphic file formats except PNG