Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX inside ActiveX using Visual Studio 6.0

Status
Not open for further replies.

d00ape

Programmer
Apr 2, 2003
171
SE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top