Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tool tips
#4
Run this macro and see what is in output and how then behaves QM floating toolbar.

Code:
Copy      Help
[color=blue]def [/color]TB_GETTOOLTIPS (WM_USER + 35)
[color=blue]def [/color]TTM_GETDELAYTIME (WM_USER + 21)
[color=blue]def [/color]TTM_SETDELAYTIME (WM_USER + 3)
[color=blue]def [/color]TTDT_AUTOPOP 2
[color=blue]def [/color]TTDT_INITIAL 3
[color=blue]def [/color]TTDT_RESHOW 1

[color=blue]int [/color]h=[color=blue]id[/color](9999 [color=blue]win[/color]("QM TOOLBAR" "QM_Toolbar"))
[color=blue]int [/color]htt=SendMessage(h TB_GETTOOLTIPS 0 0)

[color=blue]out [/color]SendMessage(htt TTM_GETDELAYTIME TTDT_AUTOPOP 0)
[color=blue]out [/color]SendMessage(htt TTM_GETDELAYTIME TTDT_INITIAL 0) [color=green];;this is the time (ms)[/color]
[color=blue]out [/color]SendMessage(htt TTM_GETDELAYTIME TTDT_RESHOW 0)

SendMessage(htt TTM_SETDELAYTIME TTDT_INITIAL 0)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)