Jump to content

Is there any way...?


amanda089
 Share

Recommended Posts

Is there any way to expose the TOOLINFO struct that is used by tooltips? Need to be able to expose it in order to be able to change the default delay and other information.

DllCall("user32.dll", "int", "SendMessage", "hwnd", GUICtrlGetHandle($listview), "uint", (1024 + 53), "int", 0, "int", DllStructGetPtr($LPTOOLINFO))
doesn't expose any information that I didn't feed into it.
Link to comment
Share on other sites

that link is nearly 2 years old. I was talking about tooltips created/set by the GuiCtrlSetTip() function. Since I made this post, I figured it out in relation to listviews. In the process, I tryed creating my own tooltip (a job in itself) and that didn't work.

If you are bored and want to try something tedious, grab Dev-C++, open commctrl.h and find all the constants and structures used by a specific control (I.E. ListView), then convert them into autoit syntax. :-P I did that for the listview. Only took me 48+ hours.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...