combo

how to display most recently used list in combo box

Hi, I'm using infragistics WPF editors and XamComboEditor. In previous WinForms version there was MRU list capability. What it basically does is it displays list of most recently used items at the beginning of the list and separates those items with some separator (which cannot be selected). Regular list of combo box items follows after...

Adobe Acrobat 9: Combo boxes and pre-populated fields

situation: I'm trying to implement a pretty basic combo-box form driven pdf file. I have a combo box (CB1)that has these items: Item 1 Item 2 Item 3 I would like it so that when Item 1 is selected, it changes a form field (Total) which reflects it's price. For example, user clicks on combo box and selects item 1 and on the Total fie...