Click here to Skip to main content
15,896,474 members
Home / Discussions / COM
   

COM

 
GeneralRe: Active X installation Pin
26-Jul-01 23:48
suss26-Jul-01 23:48 
GeneralRe: Active X installation Pin
Hadi Rezaee28-Jul-01 19:07
Hadi Rezaee28-Jul-01 19:07 
GeneralRe: Active X installation Pin
31-Jul-01 1:07
suss31-Jul-01 1:07 
GeneralDoModal from an Interface (Simple Object) Pin
26-Jul-01 2:09
suss26-Jul-01 2:09 
GeneralDirectShow Pin
25-Jul-01 5:25
suss25-Jul-01 5:25 
QuestionCan't register the service? Pin
zhaoyong25-Jul-01 2:17
zhaoyong25-Jul-01 2:17 
AnswerRe: Can't register the service? Pin
Not Active25-Jul-01 3:22
mentorNot Active25-Jul-01 3:22 
GeneralGetProperty and VARIANT Pin
AlexEg24-Jul-01 23:34
AlexEg24-Jul-01 23:34 
Hi, I need read text value from property which is in registry defined like VARIAT. So I use following code:
COleDIspatchDriver m_Driver;
...
VARIANT res;
VariantInit(&res);
m_Driver.GetProperty(Id_PropText, VT_VARIANT, (void*)&res);
...
And that returns res.vt=0x2008, res.bstrVal=0x0018f040. But no text even in the data source is correct text value of this property.
Have you any idea where can be problem?
Thanks Alex.
Generalwhen to call AddRef() and Release Pin
pathi24-Jul-01 21:26
pathi24-Jul-01 21:26 
GeneralRe: when to call AddRef() and Release Pin
Jesse Rosalia16-Aug-01 19:55
Jesse Rosalia16-Aug-01 19:55 
QuestionHow does IOleInPlaceObjectWindowless work? Pin
Kastellanos Nikos24-Jul-01 1:15
Kastellanos Nikos24-Jul-01 1:15 
AnswerRe: How does IOleInPlaceObjectWindowless work? Pin
Kastellanos Nikos24-Jul-01 22:46
Kastellanos Nikos24-Jul-01 22:46 
Generaldynamically displaying content in IE Plugin Pin
Amit Dey23-Jul-01 19:49
Amit Dey23-Jul-01 19:49 
GeneralRe: dynamically displaying content in IE Plugin Pin
Erik Thompson24-Jul-01 7:24
sitebuilderErik Thompson24-Jul-01 7:24 
QuestionInstantiate a COM DLL remotely? Pin
Matt Philmon23-Jul-01 18:13
Matt Philmon23-Jul-01 18:13 
AnswerRe: Instantiate a COM DLL remotely? Pin
Jesse Rosalia16-Aug-01 19:47
Jesse Rosalia16-Aug-01 19:47 
GeneralIDispatch Pin
23-Jul-01 15:12
suss23-Jul-01 15:12 
GeneralWMI Security Problem... Pin
Mario M.23-Jul-01 7:39
Mario M.23-Jul-01 7:39 
GeneralActive X Control - Redrawing Pin
Jared Allen23-Jul-01 3:32
Jared Allen23-Jul-01 3:32 
GeneralRe: Active X Control - Redrawing Pin
23-Jul-01 8:21
suss23-Jul-01 8:21 
GeneralRe: Active X Control - Redrawing Pin
23-Jul-01 21:18
suss23-Jul-01 21:18 
GeneralActiveX Control in an Composite Control Pin
22-Jul-01 6:00
suss22-Jul-01 6:00 
GeneralRe: ActiveX Control in an Composite Control Pin
Hadi Rezaee28-Jul-01 19:14
Hadi Rezaee28-Jul-01 19:14 
GeneralActiveX control in an Composite Control Pin
22-Jul-01 5:58
suss22-Jul-01 5:58 
GeneralActiveX control in an Composite Control Pin
22-Jul-01 5:58
suss22-Jul-01 5:58 

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.