I have a MDI program with a menu item "Windows" which lists all the child windows. I would like to intercept the name of the window that is selected by the user (so that I can do some other processing).
I have tried intercepting in the child window "GotFocus" "Activate" but that doesn't work.
Any ideas please?
I have tried intercepting in the child window "GotFocus" "Activate" but that doesn't work.
Any ideas please?