View Single Post
  #2  
Old October 14th 07, 11:54 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Country Drop Down

See http://www.outlookcode.com/article.aspx?ID=32 for information on combo box controls, which is what you'll want to use.

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Will" wrote in message ...
Can someone help me put a drop down on a custom Contact form? I want to be
able to enter a passport number and then select a country from a drop down.
Additionally, I'd like to have a calendar GUI to select the passport issue
date and one for the expiration date. Any help?

Ads