Active X controls in Internet Explorer
-
I have created a number of Active X controls useing MFC and I have tested them in the Active X control Container and they work fine - but when i try to get them to work in IE they don't seem to work. Does anyone have any examples of what needs to be done to get the active x control to work in IE? thanks
-
I have created a number of Active X controls useing MFC and I have tested them in the Active X control Container and they work fine - but when i try to get them to work in IE they don't seem to work. Does anyone have any examples of what needs to be done to get the active x control to work in IE? thanks
What do you mean they don't work? They don't load? IE shows an error message? IE formats your hard drive? --Mike-- http://home.inreach.com/mdunn/ #include "buffy_sig"
-
What do you mean they don't work? They don't load? IE shows an error message? IE formats your hard drive? --Mike-- http://home.inreach.com/mdunn/ #include "buffy_sig"
I'm working with really simply stuff, I'm just following a text bok word for word mouse click for mouse click, and it works exatcly fine in Active X control container. but I've tried to get them to work in IE but they won't what happens in IE is - the box where the control should be is shown with a picture symbol then the page is loading then the control just stops with out displaying anything and a red x symbol is shown I'm placed an AfxMessgaeBox call in the InitInstance function and it gets called! in IE. but the OnDraw methode doesn't seem to be called before it stops. Does any one a simple control that is useing MFC and works in IE. I even just run the Active X wizard in VC++ 6.0 and complied. ran fine in Active X control Container but same result in IE. Please help? I'm totally stuck.