I have 2 forms.
Form1 has two buttons.
When i click button1 i would like form2 to open and show
some objects on the form as visible.
If i click button2 i would like to set these objects
visible to false.
Can somebody tell me how i would do this using c#.
Maybe i can try using a boolean
thyanks
adam
Form1 has two buttons.
When i click button1 i would like form2 to open and show
some objects on the form as visible.
If i click button2 i would like to set these objects
visible to false.
Can somebody tell me how i would do this using c#.
Maybe i can try using a boolean
thyanks
adam
Comment