Outlook Tool bar

R

Ram Manohar

Hi,
I have a user control with me and I am trying to add that to a Outlook
toolbar in a customized command bar which i create.How do i do that?

Initially I was having a form and a NativeWindow and I was calling
form.Show(NativeWindow.Handle)

As you notice the handle of the parent is given to Show() call.But if you
remove the parameter it will not work.
Now show function of user control has no parameters as well as Parent
property is a Control and I have a NativeWindow with me.How do i assign
UserControl.Parent property to a NativeWindow?
Thanks in advance
Regards
Ram Manohar
 
A

Andrei Smolin [Add-in Express]

Hello Ram,

This feature is implemented in Add-in Express, .NET and VSTO editions. Just
have a look at http://www.add-in-express.com/office-toolbar-controls/.

While showing a control on a toolbar is no sweat, there are a lot of
problems indeed with showing it in multiple Outlook explorer and inspector
windows. Also, the control should process correctly all button presses.

Regards from Belarus (GMT+2),

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
 

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