andygo Posted December 30, 2010 Posted December 30, 2010 (edited) 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 Edited December 30, 2010 by andygo
andygo Posted December 30, 2010 Author Posted December 30, 2010 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now