Advertisement

Results for "Author: louis coder"

ASP_Volume3 #61821
read and write MP3 ID3 tags

use this sample to read and write complete ID3v1 and the most important parts of ID3v2 tags from/to mp3 files. Just add the sample source code files to your project and call some few interface functions.

ASP_Volume3 #61822
global key hook (easy to use!)

this project (zipped) contains a module you can add to any VB 5 or VB 6 project. The module provides some functions that will make your application see ANY keypress done ANYWHERE within Windows (also Win7). Use to implement hotkeys or to build a keylogger.

ASP_Volume3 #61823
sticky VB windows that stick to each other (like seen in Winamp)

this project contains VB forms and modules you just add to your application. The code makes your application's windows become sticky, that means they stick to each other and to the screen edges. You can restore the old stick configuration after program restart with one function call (uses Registry)! Easy to use!

ASP_Volume3 #61824
compression functions (run length, Huffman and ZLib)

Here you get 3 types of compression functions: 1) a run length encoding ("hellohellohello"->3*"hello") 2) a Huffman compression (with Huffman tree, where more frequent chars get a shorter bit string in output file) and 3) a VB interface to the ZLib compression (ZLib.dll was written by someone else). You can also compress and pack several files into one compressed file (CompressionPack) and unpack them again. Please note that my self made compression (1) and 2)) is not that fast and efficient, but good for learning purposes. If you have questions understanding the code or the basing ideas go to www.louis-coder.com and mail me!

4_2005-2006 #167118
read and write MP3 ID3 tags

use this sample to read and write complete ID3v1 and the most important parts of ID3v2 tags from/to mp3 files. Just add the sample source code files to your project and call some few interface functions.

4_2005-2006 #167119
global key hook (easy to use!)

this project (zipped) contains a module you can add to any VB 5 or VB 6 project. The module provides some functions that will make your application see ANY keypress done ANYWHERE within Windows (also Win7). Use to implement hotkeys or to build a keylogger.

4_2005-2006 #167120
sticky VB windows that stick to each other (like seen in Winamp)

this project contains VB forms and modules you just add to your application. The code makes your application's windows become sticky, that means they stick to each other and to the screen edges. You can restore the old stick configuration after program restart with one function call (uses Registry)! Easy to use!

4_2005-2006 #167121
compression functions (run length, Huffman and ZLib)

Here you get 3 types of compression functions: 1) a run length encoding ("hellohellohello"->3*"hello") 2) a Huffman compression (with Huffman tree, where more frequent chars get a shorter bit string in output file) and 3) a VB interface to the ZLib compression (ZLib.dll was written by someone else). You can also compress and pack several files into one compressed file (CompressionPack) and unpack them again. Please note that my self made compression (1) and 2)) is not that fast and efficient, but good for learning purposes. If you have questions understanding the code or the basing ideas go to www.louis-coder.com and mail me!

5_2007-2008 #189636
read and write MP3 ID3 tags

use this sample to read and write complete ID3v1 and the most important parts of ID3v2 tags from/to mp3 files. Just add the sample source code files to your project and call some few interface functions.

5_2007-2008 #189637
global key hook (easy to use!)

this project (zipped) contains a module you can add to any VB 5 or VB 6 project. The module provides some functions that will make your application see ANY keypress done ANYWHERE within Windows (also Win7). Use to implement hotkeys or to build a keylogger.

5_2007-2008 #189638
sticky VB windows that stick to each other (like seen in Winamp)

this project contains VB forms and modules you just add to your application. The code makes your application's windows become sticky, that means they stick to each other and to the screen edges. You can restore the old stick configuration after program restart with one function call (uses Registry)! Easy to use!

5_2007-2008 #189639
compression functions (run length, Huffman and ZLib)

Here you get 3 types of compression functions: 1) a run length encoding ("hellohellohello"->3*"hello") 2) a Huffman compression (with Huffman tree, where more frequent chars get a shorter bit string in output file) and 3) a VB interface to the ZLib compression (ZLib.dll was written by someone else). You can also compress and pack several files into one compressed file (CompressionPack) and unpack them again. Please note that my self made compression (1) and 2)) is not that fast and efficient, but good for learning purposes. If you have questions understanding the code or the basing ideas go to www.louis-coder.com and mail me!

6_2008-2009 #212154
read and write MP3 ID3 tags

use this sample to read and write complete ID3v1 and the most important parts of ID3v2 tags from/to mp3 files. Just add the sample source code files to your project and call some few interface functions.

6_2008-2009 #212155
global key hook (easy to use!)

this project (zipped) contains a module you can add to any VB 5 or VB 6 project. The module provides some functions that will make your application see ANY keypress done ANYWHERE within Windows (also Win7). Use to implement hotkeys or to build a keylogger.

6_2008-2009 #212156
sticky VB windows that stick to each other (like seen in Winamp)

this project contains VB forms and modules you just add to your application. The code makes your application's windows become sticky, that means they stick to each other and to the screen edges. You can restore the old stick configuration after program restart with one function call (uses Registry)! Easy to use!

6_2008-2009 #212157
compression functions (run length, Huffman and ZLib)

Here you get 3 types of compression functions: 1) a run length encoding ("hellohellohello"->3*"hello") 2) a Huffman compression (with Huffman tree, where more frequent chars get a shorter bit string in output file) and 3) a VB interface to the ZLib compression (ZLib.dll was written by someone else). You can also compress and pack several files into one compressed file (CompressionPack) and unpack them again. Please note that my self made compression (1) and 2)) is not that fast and efficient, but good for learning purposes. If you have questions understanding the code or the basing ideas go to www.louis-coder.com and mail me!

7_2009-2012 #234672
read and write MP3 ID3 tags

use this sample to read and write complete ID3v1 and the most important parts of ID3v2 tags from/to mp3 files. Just add the sample source code files to your project and call some few interface functions.

7_2009-2012 #234673
global key hook (easy to use!)

this project (zipped) contains a module you can add to any VB 5 or VB 6 project. The module provides some functions that will make your application see ANY keypress done ANYWHERE within Windows (also Win7). Use to implement hotkeys or to build a keylogger.

7_2009-2012 #234674
sticky VB windows that stick to each other (like seen in Winamp)

this project contains VB forms and modules you just add to your application. The code makes your application's windows become sticky, that means they stick to each other and to the screen edges. You can restore the old stick configuration after program restart with one function call (uses Registry)! Easy to use!

7_2009-2012 #234675
compression functions (run length, Huffman and ZLib)

Here you get 3 types of compression functions: 1) a run length encoding ("hellohellohello"->3*"hello") 2) a Huffman compression (with Huffman tree, where more frequent chars get a shorter bit string in output file) and 3) a VB interface to the ZLib compression (ZLib.dll was written by someone else). You can also compress and pack several files into one compressed file (CompressionPack) and unpack them again. Please note that my self made compression (1) and 2)) is not that fast and efficient, but good for learning purposes. If you have questions understanding the code or the basing ideas go to www.louis-coder.com and mail me!

Languages
Top Categories
Global Discovery