Jump to content

simple tooltip help, please


Recommended Posts

yea sorry but i have searched forum, the help files for autoit are blank (no examples) for any of the _GUIToolTip stuff.

could someone please show me how to make a tooltip come up when mouse is over the button, thx

#include <GUIConstantsEx.au3>
#Include <GuiToolTip.au3>
#include <WindowsConstants.au3>
$hWin=GUICreate("ww", -1, -1, -1, -1)
$hBut=GUICtrlCreateButton("Button", 5, 5)

GUISetState()


While 1
    $msg = GUIGetMsg()
    Switch $msg
        Case $GUI_EVENT_CLOSE
            Exit
    EndSwitch
WEnd

sorry for being a pain, im sure it should be easy but iv tried all sorts of things. so if someone could add what i need to script and show me that would be great, thx all.

Thx all,Jack Dinn.

 

JD's Auto Internet Speed Tester

JD's Clip Catch (With Screen Shot Helper)

Projects :- AutoIt - My projects

My software never has bugs. It just develops random features. :-D

Link to comment
Share on other sites

sausages :unsure: , how did i miss that one !

i see the basic tooltip command and then all the _GUIToolTip stuff but would never have looked in "Control Update" section because i haven't even created the tooltip control yet let alone trying to update it.

anyhow many thx thats just the job :P

Thx all,Jack Dinn.

 

JD's Auto Internet Speed Tester

JD's Clip Catch (With Screen Shot Helper)

Projects :- AutoIt - My projects

My software never has bugs. It just develops random features. :-D

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...