M
Max Bolingbroke
Hi,
No sooner have I overcome an issue with bitmaps (thanks guys!) than I
run into this new one: I'm trying to show a form (modally) from within a
MouseDown event, but for some reason doing so causes the form to be
unable to respond to user input. This is to say, there are buttons on
the new form that I should be able to click but when I do so there is
absolutely no reaction. These same forms work fine when ShowDialog is
invoked on them outside of this event.
I suspect this is something to do with threads, but I'm no expert on
that topic.. can anyone suggest how I might fix this issue?
Thanks in advance!
Max Bolingbroke
No sooner have I overcome an issue with bitmaps (thanks guys!) than I
run into this new one: I'm trying to show a form (modally) from within a
MouseDown event, but for some reason doing so causes the form to be
unable to respond to user input. This is to say, there are buttons on
the new form that I should be able to click but when I do so there is
absolutely no reaction. These same forms work fine when ShowDialog is
invoked on them outside of this event.
I suspect this is something to do with threads, but I'm no expert on
that topic.. can anyone suggest how I might fix this issue?
Thanks in advance!
Max Bolingbroke