Hie guys,
Im creating a program that will display the details of every state of India when user will click on that states button.
I have two forms:
Main.cs = MdiParent form for program.
India.cs = Where map of India will be displayed including buttons of every state.
So what i want is... When user click on "Punjab"(A state of India) button in India.cs form then label1.text should change to "Punjab" in Main.cs form.
I can do it easily if both things on same form. but in this case, I have two different forms.
Can anyone please help me out to solve this matter.
Thanks In Advance.
PK:)