November Posted May 14, 2008 Posted May 14, 2008 Hi to all, I could use some help or explanation about an idea- My idea is to insert a link (internet, file system) to a traytip, so that when we click on it redirect to that link target. Is it possible? Thanks in advance! Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
goldenix Posted May 14, 2008 Posted May 14, 2008 (edited) well you can do this theoretically since there is no magical UDF function to do this:If MouseGetPos() = [over the traytip] then [start monitoring] _ispressed()if then mouseclickked over tyrytip then _IEcreate($whatever_is_displayed_in_the_traytip)But as from my personal experience I have been able to make the traytip to work only once. looks like it has been bugged for ages & was never fixed or something like that. Edited May 14, 2008 by goldenix My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
November Posted May 14, 2008 Author Posted May 14, 2008 well you can do this theoretically since there is no magical UDF function to do this: If MouseGetPos() = [over the traytip] then [start monitoring] _ispressed() if then mouseclickked over tyrytip then _IEcreate($whatever_is_displayed_in_the_traytip) But as from my personal experience I have been able to make the traytip to work only once. looks like it has been bugged for ages & was never fixed or something like that. it looks tricky... I could try to do that, my only issue is that the link its not constant... I guess i have a lot of work to do Thanks m8! Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
danielkza Posted May 14, 2008 Posted May 14, 2008 it looks tricky...I could try to do that, my only issue is that the link its not constant...I guess i have a lot of work to do Thanks m8!Don't use _IECreate,just ShellExecute the URL and the default browser will be executed.
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