Unbound combos

S

soundneedle

OL2003

I don't know how to build an unbound combo with preset values. I
currently use a (bound) combo to select a hyperlink address. Once
selected, a web browser navigates using a coded hyperlink.

Since it's a bound control, Outlook asks if I want to save changes (if
the combo value has changed). I want to avoid this by using an unbound
combo.


Any suggestions?
 
S

Sue Mosher [MVP-Outlook]

Use the AddItem to add rows one-by-one or the List method to set the rows to the value of an array. If you have a multi-column combo, then List is definitely the way to go, but I tend to use it all the time anyway.
 
S

soundneedle

Thanks, Sue! A follow-up...

I was using Item_CustomPropertyChange to detect an update on this bound
combo. With the combo now being unbound, how do I detect updates?

Thanks..

Use the AddItem to add rows one-by-one or the List method to set the
rows to the value of an array. If you have a multi-column combo, then
List is definitely the way to go, but I tend to use it all the time
anyway.
 

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