Hi all.
I am inheriting a form and the StartButton_Click() event is private.
Is there a way to click the button in code as soon as the application starts up? I thought that I could access private members since I am inheriting the class's functionality but I must be mistaken. StartButton_Click() does not show up in 'Code Complete'.
StartButton.Click() is expecting the += delegation so that didn't work, either.
Thanks,everyone.
Patrick
Gather or post content for free.
I am inheriting a form and the StartButton_Click() event is private.
Is there a way to click the button in code as soon as the application starts up? I thought that I could access private members since I am inheriting the class's functionality but I must be mistaken. StartButton_Click() does not show up in 'Code Complete'.
StartButton.Click() is expecting the += delegation so that didn't work, either.
Thanks,everyone.
Patrick
Gather or post content for free.