Using Outlook Form Controls in VB or VC

O

Outlook Worm

Hi,

I have few questions here

- 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" ?
- Can I embed Outlook Form inside a VB Form or VC++ Dialog?
- Can I Change the Outlook Form Title from "Test -
Message(HTML)(Design)" to something like "My Form" Only.
- Can we hide/Disable all Toolbars, Controls and Menus on the Form. I
mean Only the Form Controls should be visible ?


Any Help will be greatly appreciated.
Regards
Nauman

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
S

Sue Mosher [MVP-Outlook]

- 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.
 
M

Mark

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?
 
O

Outlook Worm

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

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 

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

Top