Gunther Herbsthofer
Posts: 20
Joined: 2006-12-24
|
How can I change the text or the visibility of an Button, if the program source is not inside an ADXModule1.vb.
:evil: |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Gunther.
You can change the access modifier of the button from 'private' to 'public' and access the button via 'ADXModule1.MyButton.Visible' property.
:I am god here:
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|