None of my Win Forms buttons work
Posted
by
nectarines
on Stack Overflow
See other posts from Stack Overflow
or by nectarines
Published on 2013-06-27T22:18:25Z
Indexed on
2013/06/27
22:21 UTC
Read the original article
Hit count: 157
I have a windows form which connects to a SQL Server though a dataset. The form was working fine since my last compile. All of a sudden, none of my buttons work! The data is loaded on the form, all the tabs work fine, drop down boxes work fine, but the buttons are literally unresponsive to any clicks. I added a test button and I get the same results. I can visually see the button getting clicked but no events. Any ideas?
© Stack Overflow or respective owner