I need to update my ActiveX version, but I can't find where to do this.
Can anyone point me in the right direction?
Sharon
Sharon
Brian
--
Brian Gaff - Sorry, can't see pictures, graphics are great, but the blind
can't hear them
| I need to update my ActiveX version, but I can't find where to do this.
| Can anyone point me in the right direction?
|
| Sharon
|
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/03
1. Problem creating an ActiveX inside another ActiveX (in a separate thread)
I'm trying to create an ActiveX (let say A) which creates a second UI Thread
containing another ActiveX (let say B) - with MFC and Visual C++. The
problem I have is the following message when creating the ActiveX B in the
thread window of the ActiveX B:
** Message **
CoCreateInstance of OLE control {1E9AEBC8-891B-11D6-8661-00D05915F009}
failed.
***
When I try to run the code from a standard MFC application, no problem: the
thread can open its window and create the ActiveX B inside this window...
The code I'm using to create the ActiveX B inside the thread window (of the
ActiveX A) is the following:
ThreadWindow::ThreadWindow() // Of ActiveX A
{
Create(NULL, _T("UI Thread Window "));
CActiveXB *b = new CActiveXB;
b->Create(NULL, WS_VISIBLE | WS_CHILD, CRect(0,0,100,100), this,
ID_ACTIVEX_B);
Also:
- I'm calling AfxEnableControlContainer() in the App:InitInstance of the
ActiveX A.
- I'm launching the UI thread with AfxBeginThread in the ActiveX's
initaliazion code
Do any one know what is wrong?
Thank you very much in advance for any help!
Jean Bovet
------------------------------------------------------------------
Jean Bovet
Lead Software Engineer
Automation, Production Engineering and Robotics Laboratory (LPR)
Web : www.eicn.ch/LPR
Laboratoire de Productique et Robotique, EICN
7, avenue de l'H?tel-de-Ville, 2400 Le Locle, Switzerland
------------------------------------------------------------------
3. normal user cannot update activeX
5. Updated TS Scripting ActiveX Control
6. TMS320C3xDSK <-->TMS320C30 EVM
7. Update Site - ActiveX error message????
8. Help! Flow Control doesNOT work!
10. Can't update from MS update sites - help please
11. activex not working, help!
12. HELP: How to Publish ActiveX Controls in Windows 2000 w/IntelliMirror
13. Help-Not downloading ActiveX objects on IE5.5