Re: variable length arguments
- From: Cindy M. <C.Meister-C@xxxxxxxxxx>
- Date: Wed, 21 Jan 2009 13:22:54 +0100
How about if you explicitly set
firstButton.Visible = true;
catch ( Exception )
{
firstButton =
(CommandBarButton)commandBar.Controls.Add(MsoControlType.msoControlButton,
Type.Missing,Type.Missing, Type.Missing, Type.Missing);
firstButton.Caption = "GUIDE";
firstButton.FaceId = 86;
firstButton.Click +=
new _CommandBarButtonEvents_ClickEventHandler(ButtonClick);
}
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
.
- Follow-Ups:
- Re: variable length arguments
- From: NA_AB
- Re: variable length arguments
- References:
- variable length arguments
- From: NA_AB
- Re: variable length arguments
- From: Cindy M .
- Re: variable length arguments
- From: NA_AB
- variable length arguments
- Prev by Date: Problem calling help in Server 2003 from excel add-in
- Next by Date: Re: Loading problem on server reboot
- Previous by thread: Re: variable length arguments
- Next by thread: Re: variable length arguments
- Index(es):