M
Mark
Hi,
I am using ApplicationEx.Run to show my main form. Then within the
main form, I show additional forms and dialogs using
ApplicationEx.ShowDialog. When I show one of the other forms it
displays just fine along with the secondary forms menu. However, i
cannot click on the menu of the newly displayed form. I have no idea
why. If I swith back to to showing the other forms using the
form.ShowDialog call, everything works fine but my message filter that
I set up for the main form no longer traps the events for the other
forms...
How should I be doing this?
Thank for you help,
Mark
I am using ApplicationEx.Run to show my main form. Then within the
main form, I show additional forms and dialogs using
ApplicationEx.ShowDialog. When I show one of the other forms it
displays just fine along with the secondary forms menu. However, i
cannot click on the menu of the newly displayed form. I have no idea
why. If I swith back to to showing the other forms using the
form.ShowDialog call, everything works fine but my message filter that
I set up for the main form no longer traps the events for the other
forms...
How should I be doing this?
Thank for you help,
Mark