G
Guest
I am using version 1.3 of the opencf framework (I love it!!) to catch windows
enter events. Everything is working great except I cannot get a return value
with DialogResult. I know in order to add the message filter to the form it
must be shown by using ApplicationEx.ShowDialog.
Here's a snippet:
if (ApplicationEx.ShowDialog(form_Next) == DialogResult.OK)
{
MessageBox.Show("Hey, I'm back");
}
Am I misusing ApplicationEx.ShowDialog? Is there another way to get a
return from ApplicationEx.ShowDialog?
Thanks in advance!
Paula
enter events. Everything is working great except I cannot get a return value
with DialogResult. I know in order to add the message filter to the form it
must be shown by using ApplicationEx.ShowDialog.
Here's a snippet:
if (ApplicationEx.ShowDialog(form_Next) == DialogResult.OK)
{
MessageBox.Show("Hey, I'm back");
}
Am I misusing ApplicationEx.ShowDialog? Is there another way to get a
return from ApplicationEx.ShowDialog?
Thanks in advance!
Paula