Anyone out there knows how to insert an ActiveX controll inside my own ActiveX?
I'm usign Visual Studio 6.0.
For you my codefriend here is my Runtime-
Error-Code-Line:
int CXTestCtrl::OnCreate(LPCREATESTRUCT
lpCreateStruct) {
...
myActiveXWrapper.Create(NULL, WS_VISIBLE,
CRect( 0,0,500,500 ), this, 0);
// ERROR!!!
...
}
Thanks – Anders
I'm usign Visual Studio 6.0.
For you my codefriend here is my Runtime-
Error-Code-Line:
int CXTestCtrl::OnCreate(LPCREATESTRUCT
lpCreateStruct) {
...
myActiveXWrapper.Create(NULL, WS_VISIBLE,
CRect( 0,0,500,500 ), this, 0);
// ERROR!!!
...
}
Thanks – Anders