M
Max Powers
Hello, does anyone know how to hide/show a textbox field in the main
form from another class?
I named the main form frmMain and it has a textbox field called
txtOrderName. I then have a public class named clsProcessData. I
would like to create a procedure in this class that will hide the
textbox in the main form. How do I reference the text field from the
new class?
I know that the answer will be quite simple, but I can't seem to find
it.
Thanks.
form from another class?
I named the main form frmMain and it has a textbox field called
txtOrderName. I then have a public class named clsProcessData. I
would like to create a procedure in this class that will hide the
textbox in the main form. How do I reference the text field from the
new class?
I know that the answer will be quite simple, but I can't seem to find
it.
Thanks.