VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Look at the encoded text such as word document.

by Kenny Koay Teng Kean (1 Submission)
Category: String Manipulation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Tue 25th April 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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.



           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

Download this snippet    Add to My Saved Code

Look at the encoded text such as word document. Comments

No comments have been posted about Look at the encoded text such as word document.. Why not be the first to post a comment about Look at the encoded text such as word document..

Post your comment

Subject:
Message:
0/1000 characters