Click here to Skip to main content
15,891,607 members
Home / Discussions / COM
   

COM

 
GeneralRe: coclass Pin
Lim Bio Liong17-Aug-05 6:36
Lim Bio Liong17-Aug-05 6:36 
GeneralUsing ActiveX as pop-up menu Pin
Spaz8016-Aug-05 22:02
Spaz8016-Aug-05 22:02 
GeneralIn-Proc becomes client to Out-of-Proc Pin
Jnewg516-Aug-05 1:35
Jnewg516-Aug-05 1:35 
GeneralAutomation Question Pin
Joel Holdsworth15-Aug-05 22:38
Joel Holdsworth15-Aug-05 22:38 
GeneralActiveX Ctrl for web application Pin
SS0587015-Aug-05 5:40
SS0587015-Aug-05 5:40 
Generaltopic for projects Pin
V.G13-Aug-05 2:14
V.G13-Aug-05 2:14 
GeneralIDispatch Question Pin
Joel Holdsworth12-Aug-05 4:20
Joel Holdsworth12-Aug-05 4:20 
GeneralRe: IDispatch Question Pin
Vi214-Aug-05 19:48
Vi214-Aug-05 19:48 
Joel Holdsworth wrote:
arguments[0].vt = VT_BYREF;
arguments[0].byref = &destrect;


AFAIK the VT_BYREF is not valid value of VARIANT's vt field. Look at MSDN's "VARIANT and VARIANTARG" topic and "VT_EMPTY|VT_BYREF Not valid" there.

Try to write:
arguments[0].vt = VT_BYREF | VT_I4;

With best wishes,
Vita
GeneralRe: IDispatch Question Pin
Joel Holdsworth15-Aug-05 2:59
Joel Holdsworth15-Aug-05 2:59 
GeneralRe: IDispatch Question Pin
Jörgen Sigvardsson15-Aug-05 8:27
Jörgen Sigvardsson15-Aug-05 8:27 
GeneralViewing properties Pin
ECCTechCoord10-Aug-05 6:02
ECCTechCoord10-Aug-05 6:02 
QuestionHow to create a COM in singleton Pin
jimsleon0019-Aug-05 20:40
jimsleon0019-Aug-05 20:40 
AnswerRe: How to create a COM in singleton Pin
William.Wang9-Aug-05 21:42
William.Wang9-Aug-05 21:42 
GeneralRe: How to create a COM in singleton Pin
jimsleon0019-Aug-05 22:26
jimsleon0019-Aug-05 22:26 
GeneralRe: How to create a COM in singleton Pin
William.Wang10-Aug-05 17:18
William.Wang10-Aug-05 17:18 
AnswerRe: How to create a COM in singleton Pin
Jörgen Sigvardsson11-Aug-05 12:08
Jörgen Sigvardsson11-Aug-05 12:08 
GeneralExporting .Net Basic STL data types Pin
mohsin_m8-Aug-05 21:31
mohsin_m8-Aug-05 21:31 
GeneralExporting .Net native data types to C# Pin
mohsin_m8-Aug-05 21:21
mohsin_m8-Aug-05 21:21 
QuestionHow to create Plug-in for Win32 based IDE. Pin
Manish Paul8-Aug-05 20:07
Manish Paul8-Aug-05 20:07 
GeneralEmbedding windows media player in visual c++ .net projects Pin
c+-8-Aug-05 17:59
c+-8-Aug-05 17:59 
QuestionHow to get CLSID given ActiveX control Name Pin
Ashwin kumar Gurujala8-Aug-05 3:52
Ashwin kumar Gurujala8-Aug-05 3:52 
AnswerRe: How to get CLSID given ActiveX control Name Pin
vishalmore8-Aug-05 4:10
vishalmore8-Aug-05 4:10 
GeneralRe: How to get CLSID given ActiveX control Name Pin
Ashwin kumar Gurujala8-Aug-05 19:29
Ashwin kumar Gurujala8-Aug-05 19:29 
GeneralRe: How to get CLSID given ActiveX control Name Pin
vishalmore8-Aug-05 19:42
vishalmore8-Aug-05 19:42 
AnswerRe: How to get CLSID given ActiveX control Name Pin
MohammadAmiry8-Aug-05 21:33
MohammadAmiry8-Aug-05 21:33 

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.