K
Ken Allen
Is there no way via the IDE to add event handlers for other than the click
or changed events? If I double-click on a form it adds the load handler and
if I double-click on a specific control it will add a handler for one one
click or change, but I cannot find a way via the IDE to add other handlers,
such as the ItemCheck handler on a CheckListBox. I am forced to track down
the specific coding and then edit the "Windows Form Designer generated code"
that is marked as "do not modify". This is very frustrating! I am also
concerned that the IDE may decide to remove my additions at any time.
-ken
or changed events? If I double-click on a form it adds the load handler and
if I double-click on a specific control it will add a handler for one one
click or change, but I cannot find a way via the IDE to add other handlers,
such as the ItemCheck handler on a CheckListBox. I am forced to track down
the specific coding and then edit the "Windows Form Designer generated code"
that is marked as "do not modify". This is very frustrating! I am also
concerned that the IDE may decide to remove my additions at any time.
-ken