Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #45478
DS1 (Ver1.5) Encryption: Highly Optimised 4MB/Sec

(This is not Home-Made Crap!)DS1 Encryption is ideally suited to Secure the Digital Transfer of Information on Public Networks such as the Internet. Very Secure, Optimised by David Midkiff. I challenge all cryptoanalysers to break the cipher when used with a Secure key. Feed back Very Welcome. The DS1 Coding Technique can output 1,078,203,909,375 different Encrypted byte streams from just one input stream. Therefore even if the same data is transmitted again it will not look the same. TECHNIQUES USED: This is achieved by selecting 5 random bytes and adding them to the start of the byte stream. The byte stream then undergoes CBC (Cipher Block Chaining),byte & bit level processing before being outputted as 1 of the 1,078,203,909,375 different possible byte outputs.

ASP_Volume3 #53229
Mouse Shadow

This will draw a shadow of the mouse as you move it across the form (without any flickering). You can draw the shadow on anything that has a handle. This was kinda tricky to do (removeing the flicker was anyway), but it's actually only about a day's work. Looks cool though. Any suggestions for improving it are very welcome. And thanks in advance to anyone who votes.

ASP_Volume3 #56083
Employee Tracker v1.1

I have worked out all the bugs in this realse, I changed the UI a little but it's still the great looking employee database. PLEASE RATE IT IF YOU LIKE IT . Any comments are welcome. The User Name and Password is "admin"

ASP_Volume3 #56755
__A Cool Mirror Drawing Program

A Cool mirror-drawing program. Draw on one side of the drawing box, and it makes an oposite copy on the other side. You can also draw in different colors! [See Screen Shot] And if you do DL it, PLEASE rate it :)

ASP_Volume3 #49016
A Simple System Info class

To return system information such as: CPU, IE Version, Win Version, Windows Name, Free and Total Memory, Free and Total Virtual Memory

ASP_Volume3 #49519
Interactive Filter Design

Interactive Filter Design by Robert Rayment. IMPROVED: Input, VB or ASM, some user filters by Malcom Ferris(NZ) included in a *.ufi file. I was in two minds about submitting this since it is really for my own use. Included are some 3x3 filters from Unlimited Realities and Manuel Santos. With this prog filters can be up to 5x5. What would interest me is whether anyone can find designs that are significantly different from the 3x3 filters with the filter formula I've used. Win98, Zip file 72KB.

ASP_Volume3 #54127
Simple Validation Example using WithEvents

Ever wanted to apply validation to a lot of textboxes, but got fed up of writing the call to validation into every single textbox_change Sub on your form? WithEvents is for you! You can set up a validation class that'll keep track of the events for you ... code is a simple example, where textboxes change colour when their contents are changed.

ASP_Volume3 #53120
Copy Protection (LockX) (Copy Protection Scheme)

A Discussion of two Copy Protection Schemes offered on PSC. Included are a patch file for the latest LockX project and one for the 'Copy Protection Scheme - A Challenge' project. Both files are a compile of the example projects provided. I then created a patch file which defeats the protection. The Patch File applier will only patch the provided files so if you want to patch a different file you need to create your own patch file. Which is as in the real world. If the Patch File applier is run a second time then the patched application will revert to the original.

ASP_Volume3 #54126
Cartoon Flowers Screensaver

Further evidence that I've gone Soft In The Head. Compile with an SCR extension, and copy into your windows folder to run.

ASP_Volume3 #45430
Record a WAV using Audio Compression

Shows how to use the Multimedia control that comes with VB, to record a WAV file using audio compression. No API's necessary!

ASP_Volume3 #55762
Make P&D Wizard/Setup1.exe create Desktop shortcuts

This article shows how to modify the P&D (Packaging and Deployment) Wizard and Setup1.vbp, with just 4 lines of code, to *easily* create Desktop shortcuts as well as Start Menu shortcuts.

ASP_Volume3 #52514
Flip and Reverse your screen

Just for a joke, it flips and reverses your screen. Ctrl-Alt-Del is disabled. look for the X label in the upper left of your screen to escape.

ASP_Volume3 #45477
DS2 Encryption (Midkiff/Greenwoodf)

DS2 Encryption is ideally suited to secure the digital transfer of information on public networks such as the Internet. The DS2 salt technique can theoretically output 1,078,203,909,375 different encrypted byte streams from just one input stream. Therefore even if the same data is transmitted again it will not look the same. Along with slick clean math function this cipher is fast and secure. From analysis, certain forms of differential attacks may be successful on lesser round variants of this algorithm but nothing is certain. The key-size is variable length and is undeterminable from analysis. Meaning very large keys can be achieved! SALT TECHNIQUES USED: This is achieved by selecting 5 random bytes and adding them to the byte stream. The byte stream then undergoes CBC (Cipher Block Chaining), byte & bit level processing before being spit out as 1 of the 1,078,203,909,375 different possible ciphertext results.

ASP_Volume3 #50866
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

ASP_Volume3 #49056
Kill Lemmings Demo With Regular Timers

This is a demo program showing how someone could make a lemmings type game. This code uses bitblt with regular timers and is quite slow (because of regular timers). Check out the other version I will post with ccrp timers. Note: I do not have any affiliation with the creators of the game Lemmings, nor is this program complete, I just made it for fun.

ASP_Volume3 #49057
Kill Lemmings Demo With High Resolution Timers

This is a demo program showing how someone could make a lemmings type game. This code uses bitblt with high resolution timers and is quite fast. Note: I do not have any affiliation with the creators of the game Lemmings, nor is this program complete, I just made it for fun. CCRP Timers are included.

ASP_Volume3 #56619
BucketSort (really really fast)

Sorts Integer Values really fast. on my 800mhz compu it sorts 100 000 values in 0.109 seconds...

ASP_Volume3 #56681
txt2sms (Convert pure english into sms english)

It converts any given text in to the new english called sms. I think all would have heard sms, it is a language used in mobile phones. Now it is fully efficient because now it is not beta. Fixed that devil bug. But if you find a bug please inform me. You can sms to any of your freind using any of the free services available on the net. Please VOTE. sms version : it cnverts any gven txt in to the nw english clled sms. i thnk all wld hve hrd sms, it is a lnguge usd in mbile phnes. nw it is flly efficint coz nw it is nt bta. fxed tht dvl bg. bt if u fnd a bg plase inform m. u cn sms to any of yr frnd usng any of the free srvics avlble on the nt. plase vte.

ASP_Volume3 #56497
MessageBoxWizzard98

This is an add-in that I wrote for VB6 when it was first released. The wizard creates a Message Box or Input box and lets you fully select the parameters for your box. See the zip file for the complete project to compile the DLL. Once complied, register the the DLL. Close VB and reopen VB. Go to Add-Ins and open the Add-In manager and check Loaded/Unloaded and Load on Startup. Close the Add-In Manager and the Wizard should be listed on your Add-ins list. There is an included document "MsgWiz.rtf" that explains how to use the program. I originaly released this as shareware and still has a crude copyguard contained within it. To register the wizard to get rid of the nag screen, the code is KXP4410. If you would like to register the code, the information is on the Help/About screen.

ASP_Volume3 #48843
Best AND easiest way to display an Animated GIF in ONE LINE OF CODE

OK well all know that the webbrowser control can display animated GIFs? But you really dont want to use that because of that ugly scrollbar on the side, or what about the top and left margins? This gets rid of those 3 annoying things. What you are doing in this is typing direct HTML into the webbrowser control, instead of directly pointing it to the image. With this you can set margins or scrollbar visability.

Languages
Top Categories
Global Discovery