News

The VB6 compatibility library includes two functions for which there are no exact .NET equivalents–the Left and Right functions. These functions grab a certain number of characters on the left side or ...
Well, I'm not sure if anyone has run into this before but I figured I'd give it a shot.I'm using the AppActivate function to grab a handle on another application using VB6 to execute a command ...
Okay, basic situation: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 C ...
Working with dates can be a tedious programming task. Use this simple approach to calculate the last day of the month in Visual Basic.