Click here to Skip to main content
15,899,754 members
Home / Discussions / COM
   

COM

 
GeneralRe: COM and Timer Pin
11-Mar-01 16:24
suss11-Mar-01 16:24 
GeneralMTS1.0 Pin
28-Feb-01 17:30
suss28-Feb-01 17:30 
GeneralRe: MTS1.0 Pin
28-Feb-01 17:32
suss28-Feb-01 17:32 
GeneralProblem adding previously deleted method in ATL COM Pin
Dave Moran27-Feb-01 5:22
Dave Moran27-Feb-01 5:22 
GeneralRe: Problem adding previously deleted method in ATL COM Pin
Julien28-Feb-01 16:20
Julien28-Feb-01 16:20 
GeneralRe: Problem adding previously deleted method in ATL COM Pin
Dave Moran1-Mar-01 1:26
Dave Moran1-Mar-01 1:26 
GeneralActiveX and events Pin
Ivan Polak27-Feb-01 3:52
Ivan Polak27-Feb-01 3:52 
GeneralRe: ActiveX and events Pin
Julien28-Feb-01 16:34
Julien28-Feb-01 16:34 
Ivan,

I assume you are asking if your DialogApp can receive event from the 2nd
ActiveX Control.
You need to somehow get access to ActiveXCtrl2 and I recommend that that you
implement a mehtod in ActiveXCtrl1 like:
HRESULT GetActiveX2(IUnknown** ppUnknown);
Which will supply you with the Interface pointer.

Then you can do the usual QueryInterface stuff to get a handle to the ctrl.
That then leads to Asking for the ConnectionPointContainer etc.

This is assuming C++ of course.

Sorry I couldn't go into more detail, but there just so much I didn't know
where to start.

Jules


GeneralActiveX Pin
Ivan Polak27-Feb-01 3:43
Ivan Polak27-Feb-01 3:43 
GeneralVoice Recorder control Pin
Heidyen25-Feb-01 18:48
Heidyen25-Feb-01 18:48 
GeneralIShellFolder and EnumObjects,CreateView... Pin
aes24-Feb-01 10:23
aes24-Feb-01 10:23 
GeneralATL ActiveX Control - Window Creation Pin
23-Feb-01 3:36
suss23-Feb-01 3:36 
GeneralBuilding MFC COM Connectable Objects Pin
21-Feb-01 2:21
suss21-Feb-01 2:21 
GeneralCan't use a handle to object Pin
18-Feb-01 8:49
suss18-Feb-01 8:49 
GeneralRe: Can't use a handle to object Pin
Julien28-Feb-01 16:55
Julien28-Feb-01 16:55 
GeneralMicrosoft MPEG4 Video Compressor Pin
17-Feb-01 10:39
suss17-Feb-01 10:39 
QuestionHow to get the IDispatch* from a specified OLE server instance? Pin
16-Feb-01 14:26
suss16-Feb-01 14:26 
GeneralCOM+ Pin
Alpesh Makwana15-Feb-01 23:31
Alpesh Makwana15-Feb-01 23:31 
Generalcan't see combobox's strings in (ATL) at Run time Pin
Stephane Koomson15-Feb-01 11:35
Stephane Koomson15-Feb-01 11:35 
Generalvbcomponent in Javascript Pin
Praveen15-Feb-01 10:47
Praveen15-Feb-01 10:47 
GeneralMaking part of an MFC ActiveX control transparent Pin
15-Feb-01 4:08
suss15-Feb-01 4:08 
Generaldcomcnfg Pin
13-Feb-01 20:31
suss13-Feb-01 20:31 
GeneralContextMenu on rightclick of network neighborhood computer Pin
13-Feb-01 16:13
suss13-Feb-01 16:13 
GeneralMMC snap-in Pin
13-Feb-01 1:45
suss13-Feb-01 1:45 
GeneralRe: MMC snap-in Pin
15-Feb-01 10:16
suss15-Feb-01 10:16 

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.