| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
_Learn DLL in 5 minutes_ | VB 6.0 | Beginner / Enrico Lorenzo (from psc cd) | 2141 since 2/8/2015 10:36:00 PM |
By 69 Users
|
|
An easy to learn DLL Tutorial for beginners. Learn DLL in 5 Minutes NO JOKE!!! Please vote. |
|
|
|
 |
An Easy OOP Script engine | VB 5.0, VB 6.0 | Beginner / Erik Stites (from psc cd) | 3269 since 1/25/2015 10:50:00 AM |
By 8 Users
|
|
Simple scripting language using classes. Uses callbyname function to run a classes methods. This allows for very fast parsing, because there is no IF Then or Case statements. Create a class module with the functions that you want in your scripting 'langua ...(description truncated) (ScreenShot) |
|
|
|
 |
An example of what you get when you mess with Trigonometry. | VB 6.0 | Intermediate / Scott Buckley (from psc cd) | 2156 since 2/7/2015 9:09:00 PM |
By 8 Users
|
|
This uses 2 little tricks to graph triginometric functions looping around the angle. It uses scrollbars for realtime editing (they change the frequency of the secondary angle that is used)
The results are quite interesting |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Antilock Breaking System(ABS) | VB 6.0 | Beginner / Amir Azhdari (from psc cd) | 2300 since 2/17/2015 7:55:00 AM |
By 2 Users
|
|
its showing how ABS(antilock breaking system) working,its include AniGif.ocx and some components(password is 1111) (ScreenShot) |
|
|
|
 |
Awsome, Yet Simple Calculator | VB 4.0 (16-bit), VB 6.0 | Beginner / xXx_Spectator_xXx (from psc cd) | 1515 since 1/22/2015 11:57:00 AM |
By 8 Users
|
|
A Simple Calculator |
|
|
|
 |
Byte Stream Object | VB 6.0 | Intermediate / Nicholas Forystek | 2067 since 1/4/2018 7:38:23 PM | Unrated
|
|
This code starts from a different pscode.com post of a “StringBuilder” which in use over time resulted in four or five variations of it (monstrous with string functions like Instr()/mid()) to reach other demands of mine. Particular this one is lite, n ...(description truncated) |
|
|
|
 |
Character Map | VB 5.0, VB 6.0 | Intermediate / Rick Bull (from psc cd) | 2478 since 1/17/2015 12:10:00 PM |
By 6 Users
|
|
THIS CODE HAS BEEN UPDATED, GOTO http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=36149&lngWId=1
Updated Version - Now with no flickering or need for the Common Controls OCX.
I also used the proper DrawFocusRect API rather than just u ...(description truncated) (ScreenShot) |
|
|
|
 |
Class Barcode 39 | VB 5.0, VB 6.0 | Intermediate / Jeff Khor (from psc cd) | 2403 since 1/29/2015 3:58:00 AM |
By 5 Users
|
|
It is a class that can generate barcode 39. It contain a demo to show the basic element to use the class. It can be use even a beginer. It can be draw on form, printer, and picture. I am post the example to it because I don't have barcode reader to test t ...(description truncated) |
|
|
|
 |
Class Event Wrapper | VB 6.0 | Beginner / AJ Hill (from psc cd) | 2043 since 2/12/2015 6:11:00 PM |
By 5 Users
|
|
This is an example of how to use a "wrapper"
class to allow you to get access to the public
events of instanced objects from a module within
your program (instead of having to embed the
code within a form, which is bad practice). |
|
|
|
 |
Class for SMTP | VB 6.0 | Intermediate / Jeff Khor (from psc cd) | 1714 since 1/30/2015 4:13:00 PM |
By 17 Users
|
|
This is a class for SMTP. SMTP is use for sending mail. I have write it into a class for easily of use. It also support of multi-receiver, which mean can send an email to more than one poeple in once time. It is more like a learning version then applicati ...(description truncated) |
|