How do I use IDictionary interface inside my simple VC++ application?
Hi
How do I use a simple IDictionary interface inside my simple VC++ Dialog application without any complication?
I need to use the KeyValue pair inside my application for row manipulations.
Thanks
Anita Eugene
Re: How do I use IDictionary interface inside my simple VC++ application?
Quote:
Originally Posted by AnitaEugene
Hi
How do I use a simple IDictionary interface inside my simple VC++ Dialog application without any complication?
Well, what complication are you expecting to see ?
Quote:
I need to use the KeyValue pair inside my application for row manipulations.
Not clear. Please specify the specific details and how IDictionary fits into the picture
Re: How do I use IDictionary interface inside my simple VC++ application?
I am just in the start. I need to know what header file I have to add for this and how use it in one or two lines of sample.
Thanks a lot
Anita Eugene