How to change text of an Button

Add-in Express™ Support Service
That's what is more important than anything else

How to change text of an Button
 
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:
Posted 24 Dec, 2006 16:50:29 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
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.
Posted 25 Dec, 2006 17:55:16 Top