CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2000
    Location
    India, Tamilnadu
    Posts
    279

    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

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    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 ?
    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

  3. #3
    Join Date
    Jan 2000
    Location
    India, Tamilnadu
    Posts
    279

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured