calling form load on another form
How to Call a form load Event one Form to another Form button click event
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 Sep 12, 2014, 10:34 AM
Jignesh TrivediPosted Sep 12, 2014, 12:11 AM
hi,
what do you want to do call a form load event..please provide more information
darma tejaPosted Sep 11, 2014, 9:43 AM
Form2 fm2=new Form2();
fm2.show();
The above code also call the form load event automatically.
Darma