The main dialog is displayed with a menu attached.
There are also some labels on the dialog.
These contain some advertising.
I want to kill the labels as soon as the user presses ALT to highlight the menubar.
I also want to kill the labels if the user uses the mouse to highlight the menubar.
This means, I think, that I want to kill the labels as soon as the menu bar gets the focus.
Does anyone know how to detect the menu bar receiving the focus ?
There is a secondary issue.
Those labels are a very inelegant way to handle the advertising.
A graphic, with a picture and some text, would be so much better.
But we would still have to detect the menu getting the focus.
There are also some labels on the dialog.
These contain some advertising.
I want to kill the labels as soon as the user presses ALT to highlight the menubar.
I also want to kill the labels if the user uses the mouse to highlight the menubar.
This means, I think, that I want to kill the labels as soon as the menu bar gets the focus.
Does anyone know how to detect the menu bar receiving the focus ?
There is a secondary issue.
Those labels are a very inelegant way to handle the advertising.
A graphic, with a picture and some text, would be so much better.
But we would still have to detect the menu getting the focus.
Comment