This is the fastest 64base encoding module i 've ever seen
it is easy to use
very very helpfull
you may need it
save it at you libraries
How To use
add this module and class module to your project then use it as follows
Private Sub Command1_Click() Text1 = Encode64(Text1) End Sub
Private Sub Command2_Click() Text1 = Decode64(Text1) End Sub
Download Source Files And Example
Post new comment