Click here to Skip to main content
15,914,642 members
Home / Discussions / COM
   

COM

 
GeneralCAxDialogImpl<> and MS Word macro Pin
MECVA15-Jan-02 8:21
MECVA15-Jan-02 8:21 
GeneralRe: CAxDialogImpl<> and MS Word macro Pin
Not Active15-Jan-02 9:09
mentorNot Active15-Jan-02 9:09 
GeneralRe: CAxDialogImpl<> and MS Word macro Pin
Michael P Butler15-Jan-02 22:21
Michael P Butler15-Jan-02 22:21 
GeneralConnection Points with Variant Parameter Pin
AndyC14-Jan-02 22:03
AndyC14-Jan-02 22:03 
GeneralDeleting the mutiple instances of COM object Pin
Ebin14-Jan-02 19:52
Ebin14-Jan-02 19:52 
GeneralHTML Control Printing Problem Pin
John Osborn14-Jan-02 16:29
John Osborn14-Jan-02 16:29 
GeneralCalls to _IOutBound from several threads Pin
Alvin77712-Jan-02 0:37
Alvin77712-Jan-02 0:37 
GeneralDCOM and Connection Point Pin
11-Jan-02 5:33
suss11-Jan-02 5:33 
GeneralRe: DCOM and Connection Point Pin
Joao Vaz11-Jan-02 7:29
Joao Vaz11-Jan-02 7:29 
GeneralActiveX control works properly in VB, but not in VC++ Pin
sanskypotov11-Jan-02 0:55
sanskypotov11-Jan-02 0:55 
GeneralRe: ActiveX control works properly in VB, but not in VC++ Pin
11-Jan-02 2:26
suss11-Jan-02 2:26 
GeneralCComVariant and Streams Pin
Alberto Bar-Noy9-Jan-02 20:33
Alberto Bar-Noy9-Jan-02 20:33 
GeneralCOM+ and Win98 Pin
Reno Tiko9-Jan-02 19:47
Reno Tiko9-Jan-02 19:47 
GeneralLoading ActiveX from another ActiveX Pin
mad05039-Jan-02 16:03
mad05039-Jan-02 16:03 
Hi ,

Is it possible to load other ActiveX controls from one ActiveX Control at
run time.

The ActiveX control I have to develop..whose responsibility is to load
the other activeX controls and PASS parameters they require at run time
The parameters I have to pass and the class ID of the control I will be
getting
from the html page in which my activeX control is present.

For Example:




<object classid="CLSID of My ActiveX control" width="300" height="250">
<param name="" "totalcontrolstoload"="" value="N" />
<param name="" "control="" id"="" value="ToLoad1" />
<param name="Control ID" value="ToLoad2" />
.......................
.......................
<param name="Control ID" value="ToLoad N" />


<object classid="CLSID of Some Active X control One" id="ToLoad1">


<object classid="CLSID of Some Active X control two" id="ToLoad2">





1. Is it possible to for my ActiveX control to get the information of other
activeX controls in the HTML page.

2. Is it possible to load the other active X controls using my control.

3. How do I communicate with other ActiveX controls...
i.e I know control communicates with container...But how do two controls
which are
contained in the same container communicate with each other.

Please send your Inputs/Suggestions /Improvements.

Thanks in Advance,
Raju
GeneralProblem with registring server Pin
9-Jan-02 5:47
suss9-Jan-02 5:47 
GeneralDeleting COM interfaces in C++ Pin
Twinnie9-Jan-02 3:04
Twinnie9-Jan-02 3:04 
GeneralDeclaring STL data structures and types in IDL Pin
Alberto Bar-Noy9-Jan-02 1:30
Alberto Bar-Noy9-Jan-02 1:30 
GeneralRe: Declaring STL data structures and types in IDL Pin
Michael P Butler9-Jan-02 4:02
Michael P Butler9-Jan-02 4:02 
GeneralRe: Declaring STL data structures and types in IDL Pin
Alberto Bar-Noy9-Jan-02 4:14
Alberto Bar-Noy9-Jan-02 4:14 
GeneralRe: Declaring STL data structures and types in IDL Pin
CodeGuy9-Jan-02 5:20
CodeGuy9-Jan-02 5:20 
GeneralWriting a VERY simple COM Client Pin
Jeremy B8-Jan-02 7:53
Jeremy B8-Jan-02 7:53 
GeneralRe: Writing a VERY simple COM Client Pin
Michael Dunn8-Jan-02 9:59
sitebuilderMichael Dunn8-Jan-02 9:59 
GeneralRe: Writing a VERY simple COM Client Pin
Brian C Hart8-Jan-02 10:10
professionalBrian C Hart8-Jan-02 10:10 
GeneralActiveX and IE Events Pin
7-Jan-02 11:16
suss7-Jan-02 11:16 
GeneralRe: ActiveX and IE Events Pin
Todd Smith7-Jan-02 11:18
Todd Smith7-Jan-02 11:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.