Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法(好吧,我假设必须有)禁用XP中工具栏的鼠标悬停突出显示?我只是通过 Common Lisp 为我的应用程序的 GUI 进行标准 Win32 调用。或者是否可以实现自定义突出显示?
非常感谢,克里斯M
您所描述的称为热跟踪,是为平面样式工具栏执行的。如果要禁用它,请删除TBSTYLE_FLAT样式。