Thread
:
Outlook Tool bar
View Single Post
#
2
February 17th 09, 01:58 PM posted to microsoft.public.outlook.program_forms
Andrei Smolin [Add-in Express][_2_]
external usenet poster
Posts: 5
Outlook Tool bar
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
"Ram Manohar" Ram
wrote in message
...
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
Andrei Smolin [Add-in Express][_2_]
View Public Profile
View message headers
Find all posts by Andrei Smolin [Add-in Express][_2_]
Find all threads started by Andrei Smolin [Add-in Express][_2_]
Ads