Re: populate a combobox with a returned array from an external dll



 

Hi,

 

The C# part is OK, I mean, I created a COM visible DLL with C#, that basically makes querys to the database and I return arrays with those values.

I just want call this function in vc++ and fill the combos with the values returned from the function I made.

 

Thanks,

 

Tiago Teixeira

 


From: Vipin [MVP] [mailto:Vipin@xxxxxxxxxx]
Posted At: sexta-feira, 27 de Janeiro de 2006 13:50
Posted To: microsoft.public.vc.mfc
Conversation: populate a combobox with a returned array from an external dll
Subject: Re: populate a combobox with a returned array from an external dll
 

I don't know about the c# part of it. You can populate the strings in the combobox using

AddString/InsertString operations of the ComboBox.


--
Vipin Aravind

Hi all,

 

I have an old MFC application that has some comboboxes and I need to fill them dinamically with values returned from an array.

This array is returned from a DLL function built with C#.

Does anyone can tell me the best way to do this?

 

Thanks in advance,

 

Tiago Teixeira