Hi there,

I want to display a ComboBox in a DBGrid for cells with "Yes/No" content.

This is what I have:

Grid1.Columns(6).NumberFormat = "Yes/No"
Grid1.Columns(6).Button = True

The help for ButtonClick(ByVal ColIndex As Integer) says:

"Typically, you enable the column button when you want to drop down a Visual Basic control (such as the built-in combo box...)"

My question is: HOW to drop 'the' built-in combo box ??

Another question is: How can I change the text for "Yes" and for "No" ?
(in my app the user is able to change the language at run-time)

I hope that there is somebody out there who can help me.

thanks