Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OnMouseEnter/OnMouseLeave on a dll form

Status
Not open for further replies.

michaenh

Programmer
Aug 7, 2002
205
NO
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.
 
hi.

Using OnOnmouseEnter/OnMouseLeave event didnt work when the dll form is open as show so instead you can use onMouseMove. Worked as a charm!

cheers,
mha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top