| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Code Stringifier | VB 6.0 | Intermediate / Jon Davis | 2134 since 3/4/2003 5:26:12 PM |
By 10 Users 6 Excellent Ratings
|
| |
It's a common problem everyone has faced. You have a couple paragraphs of text that you want to store in a constant. But how do you manage quotation marks, line breaks, and backslashes in a quoted string?
This solution will let you paste text into a textb ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Cool Logic (Lots of simple but handy functions) | VB 5.0, VB 6.0 | Intermediate / Jon Davis | 2263 since 5/27/2002 3:27:09 AM |
By 3 Users 2 Excellent Ratings
|
| |
These are some functions that I use all the time that Microsoft left out of core VB. Some of them are more useful than others, like IsEven()/IsOdd() and IsLeapYear() and PlaySound() and SaveString() and GetPathDir(). Some of this source is borrowed and mo ...(description truncated) |
| |
| |
| |
 |
CUri - A URL parser class | VB 5.0, VB 6.0 | Intermediate / Jon Davis | 3157 since 6/4/2002 7:56:25 PM |
By 6 Users 5 Excellent Ratings
|
| |
This is a URL parser class that accepts a URL (such as "http://www.blah.com/") and parses out:<br>
- the protocol<br>
- the hostname<br>
- the username<br>
- the password<br>
- the port<br>
- the resource<br>
- the querystring<p /> ...(description truncated) |
| |
| |
| |
 |
Default functions and properties | VB 6.0 | Intermediate / Jon Davis | 1514 since 6/20/2002 1:16:10 AM |
By 4 Users 3 Excellent Ratings
|
| |
Make a function or a property the default function or property for that object. (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Parse an incoming PayPal payment by email | VB 5.0, VB 6.0, VBA MS Access, VBA MS Excel | Intermediate / Jon Davis | 4960 since 9/6/2002 6:11:26 PM |
By 1 Users
|
| |
Macro for Outlook 2002. When used with the Rules Wizard, automatically deposits a PayPal transaction record into a database. To use it, add this script to Outlook's macros (Tools->Macro->Visual Basic Editor), save it, and create a new Rule that executes a ...(description truncated) |
| |
| |
| |
 |
String Property Collection (simple hashtable-like string collection class) (updated) | VB 5.0, VB 6.0 | Intermediate / Jon Davis | 2217 since 6/15/2002 1:01:41 AM |
By 1 Users
|
| |
This is one of those simple-but-used-all-the-time objects, at least for me. It's a basic string collection object that would serve as a set of property strings (names and values), ideal for managing lists of name/value pairs like XML node attributes. It i ...(description truncated) |
| |