Create a List Box in a new form

  • Thread starter Thread starter PR
  • Start date Start date
P

PR

Can anyone tell me how to create a list box in a form, with a specified
list...

Regards - Paul
 
Sue,
Thanks very much for that, I have built a form that I can use... do you how
I can apply this to an existing Calendar... so that I can go back and fill
in the information that I require...

Regards - Paul


See http://www.outlookcode.com/d/formcontrols.htm#listcombo

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
You mean that you want to convert existing items to use your newly published form? You need to change the MessageClass on the existing items to point to your new form's class. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish this.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Sue,
Thanks I got it to work... I would like to raise another question... which
is, how do I export the form to my other PC...

Regards - Paul


You mean that you want to convert existing items to use your newly published
form? You need to change the MessageClass on the existing items to point to
your new form's class. See
http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools
and scripts to accomplish this.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Save the form as an .oft file, open it on the other machine with Tools | Forms | Choose Form, then publish on the other machine.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Sue,
Again many thanks
Save the form as an .oft file, open it on the other machine with Tools |
Forms | Choose Form, then publish on the other machine.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top