Hi.
I have an application that docks several dll forms to the mainform. On the mainform there is a menu that opens x dll forms. In one of the dll form I want to highlight some labels when the user puts the mouse over it.
The OnMouseEnter/OnMouseLeave seems to work if I open the dll form as ShowModal, but then I can't use the menu. If I open the dll form as Show then the OnMouseEnter/OnMouseLeave event doesnt work.
Any ideas?
Many thanks for any help.
mha.
I have an application that docks several dll forms to the mainform. On the mainform there is a menu that opens x dll forms. In one of the dll form I want to highlight some labels when the user puts the mouse over it.
The OnMouseEnter/OnMouseLeave seems to work if I open the dll form as ShowModal, but then I can't use the menu. If I open the dll form as Show then the OnMouseEnter/OnMouseLeave event doesnt work.
Any ideas?
Many thanks for any help.
mha.