How can I insert a Registered ActiveX Control in a masm32 project and how can I work with it ?
Manos.
Manos.
what kind of control? for example, richedits can be created by calling CreateWindowEx for RichEdit as the window param.
How can I insert a Registered ActiveX Control in a masm32 project and how can I work with it ? For example,MS FlexGrid.
To reuse a visual control, you need to provide a 'client site,' which is a whole series of interfaces you pass into the control.
X-treme once got this working specifically with the web browser control. However, there is no general info on the general case for MASM. Finding this info for non MFC or ATL controls is even a pain, but surf it out, some info is out there.
X-treme once got this working specifically with the web browser control. However, there is no general info on the general case for MASM. Finding this info for non MFC or ATL controls is even a pain, but surf it out, some info is out there.
See my container app example in
this thread.
this thread.