gal ListBox Help

G

Greg Smith

Ok, this will test your knowledge.

I am trying to recreate the global address book view.
The one where you start to type in a name and it shows in
the list box. You also have the To and Cc fields.

I can get the listbox working great but trying to get it
including the To and Cc fields, but trying to match up
with what you are typing is a little out there.

Does anyone know if this can be done and if so, any good
code examples to show me??

Thanks, Greg
 
G

Greg Smith

Got it!!

What you do is create a combobox and bind it to test1
Create a listbox and bind it to test1 also.

Now when you type in the combobox, the listbox will update
and vise versa.

Have a custompropertychange detect what is being selected
and point it to another field like the TO field or Cc
field.

Works like a charm!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top