Button clicked

  • Thread starter Thread starter Aris
  • Start date Start date
A

Aris

I have two forms with one button each
When the button in one form is pressed I show the second
form.How can I check whether the button in the second form
pressed?

Thanks
 
Aris ---

Add an event handler to the second form, and hook it up to the button you
want to check.

Seth Demsey
Lead Program Manager
..Net Compact Framework

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top