Creating a form programmatically

  • Thread starter Thread starter Jerry Camel
  • Start date Start date
J

Jerry Camel

I'm creating a utility that will create an outlook form based on input from
a user. I think I've found most of what I need, but I can't find any way to
programatically add code to the form. Anyone...?

Jerry
 
It is not possible to programmatically add code to an Outlook form.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Doesn't that sort of kill most of the benefit of being able to create the
form programatically?
Oh, well... Thanks for the info.

Jerry
 
Not really, since the hardest part of creating the form is what I call
"pushing pixels," placing the controls on the form. Adding code is a piece
of cake compared to that.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
You could if you build the form on an existing form that already has the
code you want to use.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top