문제

Is there any way (well, I'm assuming there must be) to disable mouse-over highlighting for a toolbar in XP? I'm just making standard Win32 calls for my application's GUI, through Common Lisp. Alternatively is it possible to implement custom highlighting?

Many thanks, ChrisM

도움이 되었습니까?

해결책

What you are describing is called hot-tracking and is performed for flat style toolbars. If you want to disable it then remove the TBSTYLE_FLAT style.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top