raj kiran

raj kiran

  • NA
  • 16
  • 7.8k

"Enable one form form other" Enable form2 from form1

Aug 21 2012 5:47 PM
Hi all,


I am working on windows application with c# coding here i have two forms form1 and form2

i have a button each in either of forms

button1 on form1 and
button2 on form2

when i click on button1 form1 gets disabled by (this.Enabled = false;)

but when i click on button2 on form2   i must get form1 enabled

how do i enable form1 form form2 button2 is my question

Thanks in advance form looking to my quire  :)

Answers (3)