|
|
Home >> Code Snippets
| Shackle Cipher 2048-bit | Version: VB6 | | Author: David M. Lewis | Submitted: 1/25/2013 | Views: 797 | | Shackle is a 2048-bit cipher that employs plaintext chaining. The creation of new key blocks is seeded by previous blocks of plaintext. It also uses a transposition cipher (transpX) function to prevent known plaintext attacks. The speed is about 500KB ...more>> |
| 256bit Key Generator | Version: VB6 | | Author: David M. Lewis | Submitted: 12/29/2012 | Views: 1124 | | Generates a scrambled 256 byte key string, with no redundancy, based on a password as a seed. Use for encryption purposes.
|
| How to rename a file | Version: VB6 | | Author: Hamidreza khazayie | Submitted: 12/21/2012 | Views: 916 | | You can call the sub to rename your file.
|
| Parallel Port Data Pin Decoder | Version: VB6 | | Author: Bob Brandt | Submitted: 12/16/2012 | Views: 1121 | | Read Parallel Port Data, Status or Control Lines Individually, Instead as just a 0 to 255 Number.
Simplifies Decoding. Can Be Rewritten to Use with Vb.net
|
| MySQL Database Connection | Version: VB 2005 | | Author: Sean D | Submitted: 11/28/2012 | Views: 4466 | | Connection string for connecting to MySQL database from vb.net. |
| Draw an Arc in VB 6 | Version: VB6 | | Author: T.Naresh | Submitted: 11/2/2012 | Views: 1165 | | This snippet uses the GDI32 library to draw an arc.
|
| VB.NET Project Code Line Counter/Watcher | Version: VB 2010 | | Author: Craig | Submitted: 10/6/2012 | Views: 1422 | | Simple little app that counts and watches the source files for the lines of code and ads them up and writes them to a temp text file.
Teaches how to read files and write files in vb.net
|
| Hide / Display DIV on Dropdown list change event | Version: ASP.NET 2.0 | | Author: Vinayak Butale | Submitted: 9/24/2012 | Views: 1561 | | Sometimes we need to Hide / Display DIV at client side (Without post back). Even this can be managed during drop down list change event in Asp.Net. |
| SWF Player + Downloader | Version: VB 2010 | | Author: Skillsa2/Lama_Disco | Submitted: 8/14/2012 | Views: 2501 | | This is an Simple code on how to make an swf player in Visual Basic 2008 / 2010.
Its also includes an inbuild SWF Downloader so you can download swf files.
|
| Get the longest numeric value in string | Version: VB 2010 | | Author: Francisco | Submitted: 8/7/2012 | Views: 1789 | | This function returns the longest numeric value in a string.
Example
msgbox trimStrNum("qwertyuiop3332-4-22_bb*·%")
This will display a msgbox with "3332".
| Page 1 of 64 Next >>Go to page: 1 2 3 4 5 6 ...
|
|