| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
_A Simple Dll Use Example | VB 6.0 | Intermediate / Duane Warsham (from psc cd) | 4807 since 2/1/2015 9:14:00 AM |
By 11 Users
|
|
This code will show you a simple Dll and how to use one. It demonstrates what is and isnt visible to an end user when referencing a dll. Just input a first and last name, and the dll will format it into ProperCase and return it to the calling project. Fir ...(description truncated) |
|
|
|
 |
_IE Integration DLL | VB 6.0 | Intermediate / Behrooz Sangani (from psc cd) | 2383 since 1/27/2015 12:58:00 AM |
By 24 Users
|
|
This source code and article shows how to add your program to IE Menu so that when somebody right clicks a link or selects a text in a web page he can choose to launch your program. See screenshot to get the idea. Zip file includes a complete article, dem ...(description truncated) (ScreenShot) |
|
|
|
 |
_vbXML 0.02_ | VB 6.0 | Intermediate / Artanis (from psc cd) | 2183 since 1/29/2015 11:15:00 AM |
By 4 Users
|
|
The second release of vbXML, version 0.02. Included is a more advenced (and better looking) example showing the usage of the three new functions. I also took the time to write up a quick readme file (included in the zip). For those of you that dont know w ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
_vbXML 0.04_ | VB 6.0 | Intermediate / Artanis (from psc cd) | 2164 since 1/30/2015 1:54:00 PM |
By 8 Users
|
|
vbXML 0.04 is here, finally. This is a relativeley quick release, not counting the months since the last release :-). I am sorry for my lack of updates, but here is what I have recently added: Functions accepting arrays may start at any number now (instea ...(description truncated) |
|
|
|
 |
_vbXML_ | VB 6.0 | Intermediate / Artanis (from psc cd) | 2187 since 1/29/2015 10:28:00 AM |
By 5 Users
|
|
vbXML is a class wrapper for the MSXML 2.0 Library (should also be supported by the 4.0 Library as well, since it is backwards compatible). vbXML gives users an easy to use front-end for MSXML, allowing you to easily read, write, delete, and create nodes ...(description truncated) |
|
|
|
 |
A System Tray Icon | VB 5.0, VB 6.0 | Beginner / Tim Harpur (from psc cd) | 1882 since 2/2/2015 6:21:00 PM |
By 13 Users
|
|
A basic BASIC mod with 3 useful routines for adding program icons to the Windows System Tray (next to the clock). |
|
|
|
 |
A Complete Plug-in Framework (Update: 4 (11/3/01)) | VB 6.0 | Advanced / Shawn Bullock (from psc cd) | 2072 since 1/18/2015 11:38:00 PM |
By 78 Users
|
|
This is a reusable library that demonstrates how to use plugins. The application must have an object model (demonstrated) and the pluginutility DLL also has an object model, which really because a part of the application object model (demonstrated). The a ...(description truncated) (ScreenShot) |
|
|
|
 |
A simple Clear All Controls on Form -- Just 4 Lines! | VB 6.0 | Beginner / Cor! (from psc cd) | 1603 since 2/1/2015 8:58:00 AM |
By 31 Users
|
|
Need to perform the same action on multiple controls in your form? Then this simple code might just be for you..
This particular example will show you the most efficient way to clear every text box on a form.
This method can be especially useful if you're ...(description truncated) |
|
|
|
 |
A Way To Use Configuration INI Data | VB 5.0, VB 6.0 | Intermediate / Jason Newland (from psc cd) | 2273 since 2/17/2015 4:45:00 AM |
By 2 Users
|
|
Ever had an application that had a large INI file for its configuration settings? Did you have loads of public variables all over the place just to store the setting for something? Well, in this demo project you can make use of Hash Tables (or "Linked Lis ...(description truncated) |
|
|
|
 |
Adding files in a folder to a Zip archive | VB 6.0 | Advanced / Shyam Singh Chandel (from psc cd) | 2961 since 2/20/2015 5:42:00 AM |
By 3 Users
|
|
How to add files of a folder to zip archive. Here I used zlib.dll(data compression library) and class library. very usefull for to give compression utility to your project. zlib.dll can download from: http://www.developerssourcecode.com/dsc/download_file. ...(description truncated) (ScreenShot) |
|