Click here to Skip to main content
15,893,487 members
Home / Discussions / COM
   

COM

 
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 
GeneralRe: ActiveX and IE Events Pin
7-Jan-02 11:21
suss7-Jan-02 11:21 
General(KERNEL32.DLL): 0x000006F4: (no name) Pin
4-Jan-02 4:59
suss4-Jan-02 4:59 
GeneralRe: (KERNEL32.DLL): 0x000006F4: (no name) Pin
7-Jan-02 0:26
suss7-Jan-02 0:26 
GeneralCOM_INTERFACE_ENTRY brings nothing Pin
2-Jan-02 23:07
suss2-Jan-02 23:07 
GeneralRe: COM_INTERFACE_ENTRY brings nothing Pin
Not Active3-Jan-02 6:39
mentorNot Active3-Jan-02 6:39 
GeneralRe: COM_INTERFACE_ENTRY brings nothing Pin
7-Jan-02 21:09
suss7-Jan-02 21:09 

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.