Look at the encoded text such as word document.
Look at the encoded text such as word document.
API Declarations
'to have a rich text box in ur toolbox, just right click on your toolbox...
'and click component. Tick on rich text box
Rate Look at the encoded text such as word document.
(1(1 Vote))
CurrentLog = -1
Screen.MousePointer = 11
fIlenum = FreeFile
'a:\2550ah.dot <--- can be changed
Open "a:\2550ah.dot" For Binary Access Read As fIlenum
editor.TextRTF = Input(LOF(fIlenum), fIlenum)
Close (fIlenum)
Screen.MousePointer = 0
End Sub
Look at the encoded text such as word document. Comments
No comments yet — be the first to post one!
Post a Comment