J
Jordan Bowness
I have an MDI parent with 1 mdi child. I'd like to be able to run a
routine on the parent to enumerate the handled events on the child form.
Specifically, I have a control on the parent which I want to update
depending on what keydown events are handled by the child form.
Any suggestions? I've tried a couple of times to take a crack at it
using this:
Dim myAssemblies As [Assembly]() = Thread.GetDomain().GetAssemblies()
But I think I may be on the wrong path.
Thanks kindly,
================
Jordan Bowness
================
routine on the parent to enumerate the handled events on the child form.
Specifically, I have a control on the parent which I want to update
depending on what keydown events are handled by the child form.
Any suggestions? I've tried a couple of times to take a crack at it
using this:
Dim myAssemblies As [Assembly]() = Thread.GetDomain().GetAssemblies()
But I think I may be on the wrong path.
Thanks kindly,
================
Jordan Bowness
================