Search found 3 matches

by dminut
21 Jun 2010, 17:41
Forum: ComboListBoxControls
Topic: newbe ComboBox questions
Replies: 3
Views: 6326

Re: newbe ComboBox questions

Ah, that did the trick (I was originally doing a compare with NULL, but it didn't work). The workaround I was using was to check the count property to see if it was greater than 0. In any case, I'll still have to continue to use a function to return the proper values as doing a IF-THEN-ELSE every ti...
by dminut
18 Jun 2010, 01:12
Forum: ComboListBoxControls
Topic: newbe ComboBox questions
Replies: 3
Views: 6326

Re: newbe ComboBox questions

One extra piece of information. I suspect this is happening because no item is selected at the time I'm trying to get the index. Unfortunately, I couldn't figure out a way to find out if SelectedItem is valid. I've written a small function that does the same thing so I'm back to using the controls, ...
by dminut
17 Jun 2010, 19:16
Forum: ComboListBoxControls
Topic: newbe ComboBox questions
Replies: 3
Views: 6326

newbe ComboBox questions

I've got an already written VB6 app that I'm trying to make Unicode aware and I'm slowly, but surely, converting everything over to the new combo-box control. I've got it partially working and actually displaying some unicode entries, but I'm getting an error that I can't figure out. I need to get t...