Hi all, I've been away for a while from VB6 and just beginning with VB.NET 2008.

What I'm just trying to do is the following:

I need to fill a combobox from a dataset, but I have to translate the entries before displaying them. That's why I assume I have to use a loop to add the Items.

Yet if I simply use "comboBox.Items.Add()" then I can't set something like a ValueMember to store the ID.

Any ideas how to accomplish this?