Visual Basic Stats:

How to support the site


Site Wide Message: (current site time 8/1/2010 1:27:49 AM EDT)
  • We want your input! One of our sponsors wants to know your opinion about development related issues. Click here to tell us what you think.
  • Are you an emerging/young developer (aged 18-30)? If so, would you like the chance to affect future developer tools and products?
    If so, then click here to give your feedback.
 
Browse Category or Search Results.

Search Results: Page 1 of 1 found. Entries 1 - 6 of 6 found
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Code StringifierCode StringifierVB 6.0Intermediate /
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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Cool Logic (Lots of simple but handy functions)Cool Logic (Lots of simple but handy functions)VB 5.0, VB 6.0Intermediate /
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 classCUri - A URL parser classVB 5.0, VB 6.0Intermediate /
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 propertiesDefault functions and propertiesVB 6.0Intermediate /
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.Click here to see a screenshot of this code!(ScreenShot)
 
Please support the site by visiting our sponsor:
 
  Parse an incoming PayPal payment by emailParse an incoming PayPal payment by emailVB 5.0, VB 6.0, VBA MS Access, VBA MS ExcelIntermediate /
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)String Property Collection (simple hashtable-like string collection class) (updated)VB 5.0, VB 6.0Intermediate /
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)
 
Click here to get a complete list of books on:Jon Davis


Search Results: Page 1 of 1 found. Entries 1 - 6 of 6 found

xxx
Compatibility Filter Profile:

VB 3.0
VB 4.0 (16-bit)
VB 4.0 (32-bit)
VB 5.0
VB 6.0
VB Script
ASP (Active Server Pages)
VBA MS Access
VBA MS Excel