| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Anchor Class | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Ferry Timmers (from psc cd) | 844 since 2/8/2015 8:33:00 AM |
By 5 Users
|
|
Anchors, makes controls size along with the form.
I wanted to use anchors in VB and make this class in order to save some time. I hope you'll find it usefull. (ScreenShot) |
|
|
|
 |
Another (very easy) Rounding Function | VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script | Intermediate / Matt Roberts (from psc cd) | 679 since 1/5/2015 1:23:00 PM |
By 5 Users
|
|
This code makes easy work of doing simple rounding on decimal number...something that VB currently lacks. Why didn't they think of this? |
|
|
|
 |
Anti Thief | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Soheil Yasrebi (from psc cd) | 901 since 1/17/2015 12:40:00 PM |
By 11 Users
|
|
You can catch the robbers of your store, office or home.You need some DLL files(ActiveX Video Protal) you can get that file from the Logitech Developer website or directly from my website at this address: http://geocities.com/ysoheil/Files.zip (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
API for beginners made easy | VB 6.0 | Beginner / MrBobo (from psc cd) | 2124 since 1/25/2015 11:01:00 AM |
By 28 Users
|
|
API for beginners made easy.
Yet another submission for beginners. The API is sometimes avoided when first starting VB programming because it seems too difficult. In fact it's quite easy, just experiment. I've tried to split the code up to into various mo ...(description truncated) (ScreenShot) |
|
|
|
 |
API ListBox | VB 5.0, VB 6.0 | Advanced / Dave Andrews (from psc cd) | 1099 since 1/16/2015 8:50:00 PM |
By 6 Users
|
|
This is an all API list-box function. Use it the same way you would use inputbox() or msgbox(). Fully configurable and auto-resizes the controls on the fly. Very easy to use, and a great example to learn API/hooking in Visual Basic. <BR><BR>Vote if ...(description truncated) (ScreenShot) |
|
|
|
 |
App.path replacement that works with CD and Network Drives | VB 5.0, VB 6.0 | Beginner / HarvestR (from psc cd) | 1036 since 1/23/2015 1:16:00 PM |
By 2 Users
|
|
If you use App.Path in your program and run the EXE from a CD or a Network Drive, it won't work ! This short code uses API calls to get an always valid program path |
|
|
|
 |
Array Change Event Trapping Updated | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VBA MS Access, VBA MS Excel | Beginner / Mosharruf | 3573 since 4/20/2017 3:06:53 AM |
By 1 Users
|
|
The project shows that how to trap change event of an array when an element changes. The idea is my own. I implemented it to use my own math program. I searched it online and no idea or any code found there
So i implemented it own-self. You can use it at ...(description truncated) (ScreenShot) |
|
|
|
 |
ArrPtr/StrArrPtr function for vb5 and vb6 (FIXED!) | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Advanced / Rde (from psc cd) | 3492 since 2/18/2015 2:10:00 PM |
By 3 Users
|
|
This function returns a pointer to the SAFEARRAY header of any Visual Basic array, including a Visual Basic string array. Substitutes both ArrPtr and StrArrPtr. This function will work with vb5 or vb6 without modification. Normally you need to declare a V ...(description truncated) |
|
|
|
 |
ASCII Generator | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script | Intermediate / Jared Collums (from psc cd) | 969 since 1/5/2015 2:26:00 AM |
By 1 Users
|
|
Generates ASCII Value for every known character to a textbox. Good for developement using character...and stuff.
NOTE: PEOPLE WHO DOWNLOAD AND RAN THE ZIPPED VERSION OF THIS CODE MAY HAVE A VIRUS ON THEIR SYSTEM CALLED WIN95.CIH. YOU CAN LOOK IT UP AT NOR ...(description truncated) |
|
|
|
 |
Auto close messagebox | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Daniel Biener (from psc cd) | 5040 since 1/20/2015 9:40:00 AM |
By 5 Users
|
|
This function replaces VB's msgbox function and closes itself after the parameter provided number of seconds. The syntax and return values are exactly the same as msgbox except the first parameter is the number of seconds to display. Just add this code to ...(description truncated) |
|