With the use of portable devices on the rise, you may find a need to monitor how much life is in the system your application finds itself running on.
- By Karl E. Peterson
- 01/05/2010
Windows provides an ongoing stream of general system notifications that you can fairly easily hook into.
- By Karl E. Peterson
- 12/17/2009
All Classic VB apps have at least one top-level window. Normally out of reach, you can put them to good use if you know how to get to them.
- By Karl E. Peterson
- 11/16/2009
NTFS offers an almost unknown way to obscure streams of data behind the most innocent looking files. Find out how to do this with VB6.
- By Karl E. Peterson
- 11/03/2009
After years neglecting the VB6 community, Microsoft seems to be missing something. Us!
- By Karl E. Peterson
- 10/27/2009
After using a given API for a decade or more, you tend to just take it for granted that it works. Karl Peterson shows how he worked around a challenge when it didn't.
- By Karl E. Peterson
- 10/13/2009
Tired of wondering which version of dumpbin or link is executing? Would you like to copy that tool you use all the time to another machine, but can't seem to find it? Here's a little utility that can help.
- By Karl E. Peterson
- 09/22/2009
The difference between a successful program and a complete flop may come down to how you treat your users. Here's one simple way to avoid needlessly annoying your users.
- By Karl E. Peterson
- 08/25/2009
Creating and persisting new environment variables can be surprisingly tricky in Classic VB. Here's how to avoid a common trap.
- By Karl E. Peterson
- 08/18/2009
ClassicVB was created in a pre-Mousewheel era, hard as that may be to conceive. Here’s how you can watch for, and react to, the user spinning that now-ubiquitous device.
- By Karl E. Peterson
- 08/11/2009
Subclass multiple controls with a single class module to add the missing MouseEnter and MouseLeave events.
- By Karl E. Peterson
- 07/28/2009
Windows XP offers a much-improved method to subclass windows. Is it the right call for you to make?
- By Karl E. Peterson
- 07/16/2009
There's only one add-in that I have auto-loaded every time I fire up the Classic VB IDE. After disappearing from the market, it's back now, and it's free!
- By Karl E. Peterson
- 06/15/2009
Need to recreate that olde-timey Terminal look? There's a stock object built into every version of Windows that'll serve that need.
- By Karl E. Peterson
- 06/02/2009
Here's the least complicated method for determining how long a given process has been running or how much CPU time it's actually consumed. This technique is used here to establish how long Windows has been running.
- By Karl E. Peterson
- 05/05/2009