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

COM

 
GeneralRe: ActiveX and events Pin
Julien28-Feb-01 16:34
Julien28-Feb-01 16:34 
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 
hey Joe,

You can not use HANDLE's between processes.
You need to call DuplicateHandle to have your second process have its
own handle to the same resource.

Watch out for the first arguement to DuplicateHandle as it is a HANDLE to the
process that created it, the way to get that is to call OpenProcess with the
ProcessId.

Jules
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 
GeneralRe: MMC snap-in Pin
5-Mar-01 21:27
suss5-Mar-01 21:27 
GeneralRe: MMC snap-in Pin
5-Mar-01 20:54
suss5-Mar-01 20:54 
GeneralProblems registering DLL Pin
12-Feb-01 7:23
suss12-Feb-01 7:23 
GeneralRe: Problems registering DLL Pin
Chris Losinger12-Feb-01 7:33
professionalChris Losinger12-Feb-01 7:33 
GeneralRe: Problems registering DLL Pin
Blake Miller12-Feb-01 8:21
Blake Miller12-Feb-01 8:21 
GeneralIRotView source Pin
astibich12-Feb-01 6:31
astibich12-Feb-01 6:31 
GeneralRe: IRotView source Pin
pba_11-Apr-01 1:50
pba_11-Apr-01 1:50 

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.