How can the Printers Collection be upgraded?
Visual Basic .NET does not support the Printers collection, which is used in VB 6.0 to return information about available printers on a system. The printing model has changed, and as a result, references to the Printers collection require manual adjustment; applying the upgrade wizard results in the code being marked with conversion issues, and the only way to achieve a similar effect in Visual Basic .NET is to implement your own Printers collection, using various classes the Microsoft .NET Framework provides.