How to set the Picture property of an ActiveX control in Visual C++ (146010)
The information in this article applies to:
- Microsoft Visual C++ 4.0
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q146010 SUMMARY To set the Picture property of an ActiveX control, you can
use the Component Gallery to insert an ActiveX control into an
AppWizard-generated application with control container support. If the control
has a picture property, the wrapper classes generated by the Component Gallery
will contain the SetPicture() and GetPicture() methods. The More Information
section contains details that explain how to use the picture property of
an ActiveX control. REFERENCES For Visual C++ 4.xx: OLE Control Containers: Programming
OLE Controls in an OLE Control Container - Visual C++ Books Online, MFC
Encyclopedia.
OLE Controls: Using Pictures in an OLE Control -
Visual C++ Books Online, MFC Encyclopedia.
For Visual C++ 5.0:
ActiveX Control Containers: Programming ActiveX Controls in an ActiveX Control
Container - Visual C++ Books Online, Visual C++ Programmer's Guide.
ActiveX Controls: Using Pictures in an ActiveX Control - Visual C++ Books
Online, Visual C++ Programmer's Guide.
Modification Type: | Major | Last Reviewed: | 8/31/2005 |
---|
Keywords: | kbOLEApp kbProperties kbBitmap kbcode kbCtrl kbhowto KB146010 kbAudDeveloper |
---|
|