Prior to VB5, it was impossible to use the enumeration methods provided in the Windows API without relying
on a proprietary custom control. This was a problem if you wanted to find out all the Windows showing
on the system, because the only reliable methods you can use to do this are through enumerations.
The introduction of the AddressOf operator to VB allows the enumeration methods to be used,
although it is not as simple as it ought to be. This article provide a robust and reusable
code to access the Window list.
more...
Last Updated: 25 October 1998
|