hello
how to access the method of one form to another form
method contains no of button properties & other logical things
so if the method accessed then the button of one form should access at the other form.
please tell me?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jun 12, 2012, 11:29 AM
Gopal MahadakPosted Jun 22, 2012, 7:38 AM
it works
Jignesh TrivediPosted Jun 12, 2012, 7:30 AM
As per you requirement, I think it would better to create common class which is hold your method and both the place call the same method.
you can also make this method as static.
hope this will help you.