Click here to Skip to main content
15,898,987 members
Home / Discussions / C#
   

C#

 
GeneralRe: ZedGraph - PieChart Pin
Member 370147213-Feb-09 5:24
Member 370147213-Feb-09 5:24 
GeneralRe: ZedGraph - PieChart Pin
Ashfield14-Feb-09 23:57
Ashfield14-Feb-09 23:57 
GeneralRe: ZedGraph - PieChart Pin
Member 370147215-Feb-09 2:21
Member 370147215-Feb-09 2:21 
QuestionTab control- reason behind this ?? Pin
Hum Dum12-Feb-09 21:52
Hum Dum12-Feb-09 21:52 
AnswerRe: Tab control- reason behind this ?? Pin
Christian Graus12-Feb-09 22:07
protectorChristian Graus12-Feb-09 22:07 
GeneralRe: Tab control- reason behind this ?? Pin
Hum Dum12-Feb-09 23:22
Hum Dum12-Feb-09 23:22 
GeneralRe: Tab control- reason behind this ?? Pin
EliottA13-Feb-09 2:48
EliottA13-Feb-09 2:48 
Questionparse object array as string Pin
vijay.victory12-Feb-09 21:31
vijay.victory12-Feb-09 21:31 
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
AnswerRe: parse object array as string Pin
J4amieC12-Feb-09 21:49
J4amieC12-Feb-09 21:49 
QuestionHow to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Garyxiao91312-Feb-09 21:02
Garyxiao91312-Feb-09 21:02 
AnswerRe: How to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Christian Graus12-Feb-09 22:06
protectorChristian Graus12-Feb-09 22:06 
GeneralRe: How to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Garyxiao91316-Feb-09 17:41
Garyxiao91316-Feb-09 17:41 
Questionwhat it means Pin
netJP12L12-Feb-09 19:41
netJP12L12-Feb-09 19:41 
AnswerRe: what it means Pin
ABitSmart12-Feb-09 20:38
ABitSmart12-Feb-09 20:38 
AnswerRe: what it means Pin
Christian Graus12-Feb-09 20:49
protectorChristian Graus12-Feb-09 20:49 
AnswerRe: what it means Pin
Deresen12-Feb-09 21:12
Deresen12-Feb-09 21:12 
AnswerRe: what it means Pin
Rob Philpott12-Feb-09 22:52
Rob Philpott12-Feb-09 22:52 
QuestionUnused File Extensions Registry Pin
kannanmani12-Feb-09 18:45
kannanmani12-Feb-09 18:45 
RantRe: Unused File Extensions Registry Pin
Guffa12-Feb-09 19:41
Guffa12-Feb-09 19:41 
Questione.rowindex in gridview Pin
anilaabc12-Feb-09 18:16
anilaabc12-Feb-09 18:16 
AnswerRe: e.rowindex in gridview Pin
Henry Minute13-Feb-09 6:05
Henry Minute13-Feb-09 6:05 
Questionimages Pin
S K Y12-Feb-09 18:12
S K Y12-Feb-09 18:12 
AnswerRe: images Pin
Guffa12-Feb-09 19:32
Guffa12-Feb-09 19:32 
Questionclass not found exception while using ikvmc error code IKVMC0100 during c# -> java.... [modified] Pin
nath_manju12-Feb-09 17:24
nath_manju12-Feb-09 17:24 
Questionmagic wand, fuzzy select tool, (select part of an image based on same color with tolerance) Pin
neiller12-Feb-09 14:43
neiller12-Feb-09 14:43 

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.