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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with ActiveX Control

Status
Not open for further replies.

gavinchan

Programmer
Jun 13, 2002
2
0
0
SG
I am building an ActiveX control using VC++. However when I tried to insert another ActiveX control (eg. FlexGrid) in 1 of my dialog box, my program crush when I tried to show the dialog box at runtime (hWnd = NULL). After I delete the active control from my dialog box, everything runs fine. (There is no warning or error during compilation and linking and I use the same method to insert an activeX control into an win32 application.)

Do I have to initialise anything before I can use it? If so, where and how?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top