c# - Quickly redraw tooltip like MPC-HC's seekbar -
if hover mouse on media player classic - home cinema
's seekbar, tooltip visible duration time info. when start move mouse horizontally across seekbar, tooltip smoothly follows cursor along.
using regular tooltip control, tooltip wont follow cursor smoothly enough see time cursor on over seekbar. can't read c++ don't know how implementing feature, using small custom window looks tooltip or else?
a nice mpc-hc developer helped me out:
how implement tracking tooltips
http://msdn.microsoft.com/en-us/library/windows/desktop/hh298405%28v=vs.85%29.aspx
Comments
Post a Comment