I have developed a multi-form Windows Forms app that works well most of the time. Sometimes it gets back to the main form, but none of the click events appear to be firing when users click on items. Since this runs on a touchscreen with no
keyboard, the app is basically dead in the water. Since I have no code to disconnect event handlers in any case, is it possible Windows thinks another form is on top and is directing events there? Other thoughts?
↧