Hi All,
I have created two forms Form1 and Form2.
Both Form have two button controls called Button1 and Button2.
Here my requirement is, If i click Button1 on Form1 it will open Form2 and Button1 control will be in disabled contidion on Form2.
What should i have to do?