Maybe I'm missing something obvious here, but how do I call a click event (on a command button or a menu item) from another form?
When I'm on the form myself, using the line
cmdMyButton_click
works just fine, but when I try
MyForm.cmdMyButton_click
from another form, I get a "Method or data member not found". Any insights?
"Much that I bound, I could not free. Much that I freed returned to me."
(Lee Wilson Dodd)
When I'm on the form myself, using the line
cmdMyButton_click
works just fine, but when I try
MyForm.cmdMyButton_click
from another form, I get a "Method or data member not found". Any insights?
"Much that I bound, I could not free. Much that I freed returned to me."
(Lee Wilson Dodd)