Adding a ComboBox to MS Outlook 2003

  • Thread starter Thread starter Thanasis Soltadis
  • Start date Start date
T

Thanasis Soltadis

I would like to know how to add a ComboBox to the main window of MS Outlook
2003, which it's going to be populated using data from a database.

I'd like to know the solution using VB6, or VB.NET. Thank you very much for
your attention

Thanasis Soltadis
 
Add a combobox where? In a toolbar or menu? Use the CommandBarComboBox
control to do that. Look for code samples for that at www.outlookcode.com or
google for that control to see sample code.
 
Back
Top