F
Fred White
Hi, I have a desktop application that uses an array of dynamic
buttons in a class. I would like on button-click to change the text
in a static text box on the form. The problem is that that when I
click on the button, the code that runs is in the buttonarray class,
not in the form. From within the class I have no access to the static
controls that are also on the form.. Does anyone know how to get
around this?? thanks for you help
buttons in a class. I would like on button-click to change the text
in a static text box on the form. The problem is that that when I
click on the button, the code that runs is in the buttonarray class,
not in the form. From within the class I have no access to the static
controls that are also on the form.. Does anyone know how to get
around this?? thanks for you help