| Using the VSPrinter Control > Visual C++ Topics |
The VSPrinterand VSDraw controls can be used in Visual C++as well as in Visual Basic.
This part of the manual was written to help experienced C++ programmers get started using the VSPrintercontrol in VC++. If you don't know C++, MFC, or ATL, you may skip this section as it probably won't make much sense to you.
Until recently, using ActiveXcontrols in Visual C++meant you had to use the MFC(Microsoft Foundation Classes) framework, because this was the only reasonable way to get the ActiveX hosting capabilities and Wizardsupport most programmers want. With the release of Microsoft Visual Studio6, however, this situation has changed. You can now use ATL (Active Template Library) and native compiler support for COM to create projects that do not depend on MFC. In fact, even if your project is based on MFC you should consider taking advantage of the native COM support to improve the performance of your applications.