Advertisement

Results for "Author: alien3333"

2002ASP #1668
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

2002C #10272
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

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

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

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

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

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

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

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

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

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

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

1_2002 #105630
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

2_2002-2004 #121790
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

3_2004-2005 #140334
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

4_2005-2006 #151768
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

5_2007-2008 #174286
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

6_2008-2009 #196804
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

7_2009-2012 #219322
UUencode/decode in VB (c) 2/5/2000 by Alien3333@ya

'================================================================================== ' UUencode/decode in VB (c) 2/5/2000 by [email protected] ' 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 !!! '==================================================================================

Languages
Top Categories
Global Discovery