B
BlindCoder
I hope sombody can answe this question...... I've been bangin my head tryin
gto fdind som eosort of sample application that is directly re ferenceing hte
com librbrary for access to the Office 2003 thesaurus results when looking up
a word pregrammicially in a C# application. This SHOULD be simple and as my
Com interopability skills are LOW and I can SEE the results in the VIsual
Studio Debugger as a System.Object returned with Dimestion s (This system.
Object has the Sysnonyms lksited for a word I lookup in the thesaurus.
However, When I call the method: " doc1.Words[1].SynonymInfo.MeaningList" in
C# Code the returned object is System.object I believe HOW CAN I GET THESE
VAULES IN A STRING ARRAY? Do I hafta Cast to somthing from whithin the CVom
oBjects Librbay to get the strings? Can I enumerate the results from System
Object? or need I convert from SYstem.object to System.Object[] ? Sombody
help me.
gto fdind som eosort of sample application that is directly re ferenceing hte
com librbrary for access to the Office 2003 thesaurus results when looking up
a word pregrammicially in a C# application. This SHOULD be simple and as my
Com interopability skills are LOW and I can SEE the results in the VIsual
Studio Debugger as a System.Object returned with Dimestion s (This system.
Object has the Sysnonyms lksited for a word I lookup in the thesaurus.
However, When I call the method: " doc1.Words[1].SynonymInfo.MeaningList" in
C# Code the returned object is System.object I believe HOW CAN I GET THESE
VAULES IN A STRING ARRAY? Do I hafta Cast to somthing from whithin the CVom
oBjects Librbay to get the strings? Can I enumerate the results from System
Object? or need I convert from SYstem.object to System.Object[] ? Sombody
help me.