News

The most common type of data to manipulate in most applications is textual data, which developers usually store in strings. String handling has always been a strong point for the Basic family of ...
The way VB provides for proper casing is to let you use strConv() to make a string all upper, all lower, or capitalize every word of a sentence. I want something smarter. I want a propercase function ...
Okay, basic situation:<BR><BR>I have a VB COM DLL that interfaces with a C library to run some functionality that for various reasons can't be rewritten in VB (or even COM). About halfway through this ...
VB makes it easy to calculate the last day of the month Your email has been sent Working with dates can be a tedious programming task. Use this simple approach to calculate the last day of the month ...
Tap into Outlook’s advanced e-mail and folder functions from VB Your email has been sent What do you get when you cross VB code and Outlook 2000? A slick enterprise app. Check out these examples and ...