Click here to Skip to main content
15,898,134 members
Home / Discussions / COM
   

COM

 
QuestionAddin a port to firewall's exception list. Pin
ShyamR15-Feb-09 23:58
ShyamR15-Feb-09 23:58 
Questioncalling COM using CreateObject ( late bind ) Pin
vineeshV15-Feb-09 23:22
vineeshV15-Feb-09 23:22 
AnswerRe: calling COM using CreateObject ( late bind ) Pin
Mike the Red16-Feb-09 3:32
Mike the Red16-Feb-09 3:32 
Question[HELP]Problems with Kodak scanner Pin
Palermo4ever15-Feb-09 22:17
Palermo4ever15-Feb-09 22:17 
QuestionHow do I un register and re register dlls in COM+ - need help Pin
Slow Learner14-Feb-09 12:15
Slow Learner14-Feb-09 12:15 
AnswerRe: How do I un register and re register dlls in COM+ - need help Pin
Slow Learner14-Feb-09 12:31
Slow Learner14-Feb-09 12:31 
GeneralRe: How do I un register and re register dlls in COM+ - need help Pin
Mike the Red16-Feb-09 3:52
Mike the Red16-Feb-09 3:52 
Questionparse object array into string.... Pin
vijay.victory11-Feb-09 20:29
vijay.victory11-Feb-09 20:29 
hi experts,
I hav create a COM DLL using VC++6.0 application.which has a function :

[id(13), helpstring("method LngGenSuggW")] HRESULT LngGenSuggW([in]BSTR pwIpIscii,[out]VARIANT *pawSuggArray);


and my client application is in C# 2005.

which is as follows:

 COM_INSPELLLib.ComInSpell objCom = new COM_INSPELLLib.ComInSpell();
 String sIpWord;
 object  sSuggArray = new object() ;

 objCom.LngGenSuggW( sIpWord, out sSuggArray);


and I got the sSuggArray with the answer return by COM DLL.
which contains "3 strings" means string array.
but the problem is object does not contain any method to get these string back.

Is there any method or solution??

that converts or parse this object array sSuggArray into String array and
so that I can use it for further procedure.

please help me..
I try it.. but cant done..

waiting for ur valuable reply..

thanx & regards,
Victory.Thumbs Up | :thumbsup:
AnswerRe: parse object array into string.... Pin
Mike the Red16-Feb-09 6:26
Mike the Red16-Feb-09 6:26 
AnswerRe: parse object array into string.... Pin
frx9616-Feb-09 18:25
frx9616-Feb-09 18:25 
QuestionNeed help asap on serial port Pin
rj_21_200311-Feb-09 4:08
rj_21_200311-Feb-09 4:08 
AnswerRe: Need help asap on serial port Pin
Roger Stoltz11-Feb-09 22:27
Roger Stoltz11-Feb-09 22:27 
QuestionNeed some help regarding Outlook Addin Pin
wasimsharp10-Feb-09 19:10
wasimsharp10-Feb-09 19:10 
QuestionProblem with COM DLL---- Firing event in thread Pin
chetanjoshi910-Feb-09 18:34
chetanjoshi910-Feb-09 18:34 
AnswerRe: Problem with COM DLL---- Firing event in thread Pin
Roger Stoltz11-Feb-09 22:22
Roger Stoltz11-Feb-09 22:22 
QuestionBHO can set the certificate for SSL Login? Pin
maoxintt10-Feb-09 15:48
maoxintt10-Feb-09 15:48 
Generalneeds to write a program with MATLAB using Simulated annealing technique Pin
awoyale10-Feb-09 2:25
awoyale10-Feb-09 2:25 
QuestionSystem.__ComObject - how to check null Pin
coolestCoder5-Feb-09 7:13
coolestCoder5-Feb-09 7:13 
QuestionIs there any way to control menus (e.g File--> Save) in Office 2007 documents? Pin
SNI4-Feb-09 23:57
SNI4-Feb-09 23:57 
AnswerRe: Is there any way to control menus (e.g File--> Save) in Office 2007 documents? Pin
frx9616-Feb-09 18:49
frx9616-Feb-09 18:49 
QuestionSuggestions on OLE DB architecture [modified] Pin
robocodeboy4-Feb-09 6:12
robocodeboy4-Feb-09 6:12 
AnswerRe: Suggestions on OLE DB architecture Pin
Baltoro9-Feb-09 7:18
Baltoro9-Feb-09 7:18 
GeneralRe: Suggestions on OLE DB architecture Pin
robocodeboy10-Feb-09 4:15
robocodeboy10-Feb-09 4:15 
GeneralRe: Suggestions on OLE DB architecture Pin
Baltoro14-Feb-09 12:02
Baltoro14-Feb-09 12:02 
QuestionADO _ConnectionPtr still throwing even after reopening connection [modified] Pin
Dexterus4-Feb-09 3:33
Dexterus4-Feb-09 3: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.