Hi,
I need to make the Interfcae really cool, which is not possible in
Outlook.
Regards
Work
From: Sue Mosher [MVP-Outlook]
Date Posted: 9/27/2004 3:06:00 PM
> - Can I Use Outlook Form Controls in VB/VC++ ? If YES then Please let me
> know How? Like if i want to use The 'To Recipient Control in VB/VC
> Dialogs" ?
No.
> - Can I embed Outlook Form inside a VB Form or VC++ Dialog?
No.
> - Can I Change the Outlook Form Title from "Test -
> Message(HTML)(Design)" to something like "My Form" Only.
No. The title will always include the item subject.
> - Can we hide/Disable all Toolbars, Controls and Menus on the Form. I
> mean Only the Form Controls should be visible ?
You can disable toolbars with CommandBars methods. I don't think you can
disable the menu toolbar itself, but you can disable all the controls on
it.
Note that such changes will affect **all** open items and therefore may
not
be desireable.
RE: Using Outlook Form Controls in VB or VC
From: Mark
Date Posted: 9/27/2004 7:14:00 PM
Why would you want to do either
this
> - Can I Use Outlook Form Controls in VB/VC++ ? If YES then Please let me
> know How? Like if i want to use The 'To Recipient Control in VB/VC
> Dialogs" ?
or this
> - Can I embed Outlook Form inside a VB Form or VC++ Dialog?
when you can easily write your own form in VB and have the added benefit
of
a rich IDE to code and debug your form?
Khan G