R
Rob Panosh
Hello,
I have an Excel Add-in that is using an assembly that I coded using VB.Net.
The assembly has forms in it. If I make the TextBox controls Public I can
add handlers, in my excel add-in, to the public TextBox events. The problem
is that I don't want to make my TextBox controls public. Is there a way to
add handers, i.e. - TextBox.TextChanged, from an outside source such as the
Excel Add-in without make my controls on the form public?
Thanks,
Rob Panosh
Advanced Software Designs.
I have an Excel Add-in that is using an assembly that I coded using VB.Net.
The assembly has forms in it. If I make the TextBox controls Public I can
add handlers, in my excel add-in, to the public TextBox events. The problem
is that I don't want to make my TextBox controls public. Is there a way to
add handers, i.e. - TextBox.TextChanged, from an outside source such as the
Excel Add-in without make my controls on the form public?
Thanks,
Rob Panosh
Advanced Software Designs.