Click here to Skip to main content
15,884,177 members
Home / Discussions / COM
   

COM

 
QuestionWIA set device to use ADF feeder instead of glass. Pin
CodeBase2527-Jul-09 9:27
CodeBase2527-Jul-09 9:27 
QuestionInheritance in COM Pin
Karismatic25-Jul-09 2:08
Karismatic25-Jul-09 2:08 
AnswerRe: Inheritance in COM Pin
Md. Marufuzzaman25-Jul-09 18:41
professionalMd. Marufuzzaman25-Jul-09 18:41 
AnswerRe: Inheritance in COM Pin
CurtD 228-Aug-09 14:00
CurtD 228-Aug-09 14:00 
QuestionHow to access Variant type 8204 Pin
BeerFizz23-Jul-09 11:09
BeerFizz23-Jul-09 11:09 
AnswerRe: How to access Variant type 8204 Pin
Vi224-Jul-09 1:57
Vi224-Jul-09 1:57 
GeneralRe: How to access Variant type 8204 Pin
BeerFizz24-Jul-09 2:59
BeerFizz24-Jul-09 2:59 
GeneralRe: How to access Variant type 8204 Pin
Vi227-Jul-09 0:27
Vi227-Jul-09 0:27 
Try to use CComSafeArray<VARIANT> to make access to array. And statement to obtain constructor's parameter:
SAFEARRAY *pSA = V_ISBYREF(&vtRows) ? *(V_ARRAYREF(&vtRows)) : V_ARRAY(&vtRows);

With best wishes,
Vita

QuestionCom BHO In Vista/IE7 Pin
abhi11shukla23-Jul-09 2:39
abhi11shukla23-Jul-09 2:39 
QuestionVirtual PC and COM Server Pin
gehbitte22-Jul-09 2:41
gehbitte22-Jul-09 2:41 
AnswerRe: Virtual PC and COM Server Pin
Stuart Dootson22-Jul-09 7:04
professionalStuart Dootson22-Jul-09 7:04 
GeneralRe: Virtual PC and COM Server Pin
gehbitte22-Jul-09 7:14
gehbitte22-Jul-09 7:14 
QuestionProblem passing interface pointer from COM server to .NET Client Pin
mbet87821-Jul-09 3:32
mbet87821-Jul-09 3:32 
Questiontext to speech Pin
koohbor_farhad32320-Jul-09 5:09
koohbor_farhad32320-Jul-09 5:09 
AnswerRe: text to speech Pin
Stuart Dootson20-Jul-09 23:26
professionalStuart Dootson20-Jul-09 23:26 
AnswerRe: text to speech Pin
benjymous27-Jul-09 22:47
benjymous27-Jul-09 22:47 
Questionusing com dll without registering it Pin
Ash_VCPP20-Jul-09 3:06
Ash_VCPP20-Jul-09 3:06 
AnswerRe: using com dll without registering it Pin
«_Superman_»20-Jul-09 19:56
professional«_Superman_»20-Jul-09 19:56 
GeneralRe: using com dll without registering it Pin
Md. Marufuzzaman25-Jul-09 18:52
professionalMd. Marufuzzaman25-Jul-09 18:52 
QuestionHow to Start Scanner and Camera wizard to import pictures by code? Pin
linova20-Jul-09 2:30
linova20-Jul-09 2:30 
QuestionObject doesn't support this property or method Pin
peace_smyle16-Jul-09 4:01
peace_smyle16-Jul-09 4:01 
AnswerRe: Object doesn't support this property or method Pin
Hristo-Bojilov16-Jul-09 9:12
Hristo-Bojilov16-Jul-09 9:12 
GeneralRe: Object doesn't support this property or method Pin
peace_smyle16-Jul-09 19:11
peace_smyle16-Jul-09 19:11 
QuestionID3DX10Mesh and ID3DXMesh Guids EXACTLY the same [modified] Pin
Klempie16-Jul-09 2:28
Klempie16-Jul-09 2:28 
AnswerRe: ID3DX10Mesh and ID3DXMesh Guids EXACTLY the same Pin
Randor 16-Jul-09 10:44
professional Randor 16-Jul-09 10:44 

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.