UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

By | 2002-06-01

‘==================================================================================
‘ UUencode/decode in VB (c) 2/5/2000 by Alien3333@yahoo.com
‘ A small utility that uuencode and decode with a easy standard M$ GUI

‘ Well, I put this together in my 2 day vacation to celebrate Chinese New Year !
‘ All codes are standard as possible, ignore some of my clumsy C-style codes =)
‘ This small application show how to use filelistbox, listbox, drivelistbox, dirlistbox,
‘ Reading/Writing binary files, Reading text file line by line, Reading file in small portions,
‘ uuencode/decode with VB way, not C way of bit shifting, character and string manipulation,
‘ and all you can name it …

‘ I learn VB through the Internet and MSDN, so some of the codes can look very familiar.
‘ I also read through uuencode.c and uudecode.c in LINUX to verify correctness.

‘ Enjoy !!!
‘==================================================================================

Original Author: alien3333

Inputs

‘==================================================================================
‘ UUencode/decode in VB (c) 2/5/2000 by Alien3333@yahoo.com
‘ A small utility that uuencode and decode with a easy standard M$ GUI

‘ Well, I put this together in my 2 day vacation to celebrate Chinese New Year !
‘ All codes are standard as possible, ignore some of my clumsy C-style codes =)
‘ This small application show how to use filelistbox, listbox, drivelistbox, dirlistbox,
‘ Reading/Writing binary files, Reading text file line by line, Reading file in small portions,
‘ uuencode/decode with VB way, not C way of bit shifting, character and string manipulation,
‘ and all you can name it …

‘ I learn VB through the Internet and MSDN, so some of the codes can look very familiar.
‘ I also read through uuencode.c and uudecode.c in LINUX to verify correctness.

‘ Enjoy !!!
‘==================================================================================

Assumptions

‘==================================================================================
‘ UUencode/decode in VB (c) 2/5/2000 by Alien3333@yahoo.com
‘ A small utility that uuencode and decode with a easy standard M$ GUI

‘ Well, I put this together in my 2 day vacation to celebrate Chinese New Year !
‘ All codes are standard as possible, ignore some of my clumsy C-style codes =)
‘ This small application show how to use filelistbox, listbox, drivelistbox, dirlistbox,
‘ Reading/Writing binary files, Reading text file line by line, Reading file in small portions,
‘ uuencode/decode with VB way, not C way of bit shifting, character and string manipulation,
‘ and all you can name it …

‘ I learn VB through the Internet and MSDN, so some of the codes can look very familiar.
‘ I also read through uuencode.c and uudecode.c in LINUX to verify correctness.

‘ Enjoy !!!
‘==================================================================================

Returns

‘==================================================================================
‘ UUencode/decode in VB (c) 2/5/2000 by Alien3333@yahoo.com
‘ A small utility that uuencode and decode with a easy standard M$ GUI

‘ Well, I put this together in my 2 day vacation to celebrate Chinese New Year !
‘ All codes are standard as possible, ignore some of my clumsy C-style codes =)
‘ This small application show how to use filelistbox, listbox, drivelistbox, dirlistbox,
‘ Reading/Writing binary files, Reading text file line by line, Reading file in small portions,
‘ uuencode/decode with VB way, not C way of bit shifting, character and string manipulation,
‘ and all you can name it …

‘ I learn VB through the Internet and MSDN, so some of the codes can look very familiar.
‘ I also read through uuencode.c and uudecode.c in LINUX to verify correctness.

‘ Enjoy !!!
‘==================================================================================

Side Effects

‘ Very Important pad 3 byte to make 3 multiple
‘ This can add 1 or 2 extra NULL character to the end of the file
‘ Resulting a different file size, but no harm, for easier implementation

API Declarations

‘==================================================================================
‘ UUencode/decode in VB (c) 2/5/2000 by Alien3333@yahoo.com
‘ A small utility that uuencode and decode with a easy standard M$ GUI

‘ Well, I put this together in my 2 day vacation to celebrate Chinese New Year !
‘ All codes are standard as possible, ignore some of my clumsy C-style codes =)
‘ This small application show how to use filelistbox, listbox, drivelistbox, dirlistbox,
‘ Reading/Writing binary files, Reading text file line by line, Reading file in small portions,
‘ uuencode/decode with VB way, not C way of bit shifting, character and string manipulation,
‘ and all you can name it …

‘ I learn VB through the Internet and MSDN, so some of the codes can look very familiar.
‘ I also read through uuencode.c and uudecode.c in LINUX to verify correctness.

‘ Enjoy !!!
‘==================================================================================

Attachments

FileUploadedSize
CODE_UPLOAD3284282000.zip9/3/2020 3:45:00 PM5339
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.