MS Outlook cool control question

  • Thread starter Thread starter Deanna Delapasse
  • Start date Start date
D

Deanna Delapasse

Hi,

MS Outlook has a cool control that's a combobox, a textbox and a label. The
combobox selection (marked with a check) shows in the label and the value
goes into the textbox. The control is used to select which TYPE of phone
number (home,mobile...) to allow the user to alter in the textbox.

I know I could build a similar control, but I'm hoping that the control is
available in some type of common control dll. Is it? Or something similar?

thanks,
Deanna
 
Deanna,
Outlook's version of that control is private to Outlook, if you need similar
functionality you will need to build it your self. I would recommend you
start with a UserControl.

Hope this helps
Jay
 
Deanna - I used a Component One control and a custom control to accomplish
this. I stored the value and the answer in my database.
 
Back
Top