Search Tools Links Login

Posts by BenJones

2 hits, 1 pages | Prev | Next

Run Length Encoding Example

Probably the simplest of compression methods, run length encoding might be useful in helping you store large amounts of repetitive data.


Posted:2019-09-27, 554 views, filed under: Visual Basic 6

Strip out Strings of exe files

This is a small little bit code that will rip out all the string in a file. Start a new program and place this code in to the General Declarations select of the Form. Also you will need to add a command button to the form as well. Then press F5.


Posted:2019-09-27, 281 views, filed under: Visual Basic 6

2 hits, 1 pages | Prev | Next