View Single Post
  #2  
Old December 10th 09, 02:21 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Can you load an OlkComboBox and show a previously selected value?

You need to store the selected value for the combo in a user property, then
you can retrieve that value subsequently. When you open the property dialog
of the combo you can set either an existing or new user property to link to
the combo selected value.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"pkelley" wrote in message
...
I know how to load the OlkComboBox, but if I want to show the user a value
that he/she selected 3 days ago, how would I do that?

Details:
I'm using Visual Studio 2005 Professional.
Visual Studio 2005 Tools for Office SE.
My OlkComboBox control resides on an Outlook 2007 Addin, Separate
FormRegion.


Ads