Jump to content

[SOLVED] GuictrlsetTip on GuictrlcreateObj possible?


andygo
 Share

Recommended Posts

Hello,

i have a code like this:

$oIEp = _IECreateEmbedded ()
$c21 = GUICtrlCreateObj($oIEp, 156, 7, 142, 77)

now i want a tooltip on this. but cant get it to work.

maybe you can help.

Happy new year 2 all of you :x

Edited by andygo
Link to comment
Share on other sites

SOLVED.

i did a ALT into the html img-tag instead of the tooltip:

$oIEp.document.write("<body scroll='no' style='border:0;"&$ya&";background-image:url("&@TempDir & "\a2.jpg"&")'><img src =" & $rp & " width="&$Width&" height="&$Height&" alt='"&$tip&"'></body>")

this works like i want it.

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