AutoHotkey Community

It is currently May 23rd, 2012, 4:05 am

All times are UTC [ DST ]


Search found 15 matches
Search these results:

Author Message

 Forum: Support   Topic: Create WebBrowser in AHK?

Posted: October 8th, 2005, 2:39 pm 

Replies: 5
Views: 6995


Slaya wrote:
Besides why do you want do code a browser? Use Firefox, Opera or IE and customise them to your needs...


For some reason, I need 2 show some webpage inside a AHK GUI, or to play flash file(*.swf), need your help. :(

 Forum: Support   Topic: Create WebBrowser in AHK?

 Post subject: Create WebBrowser in AHK?
Posted: October 8th, 2005, 1:12 pm 

Replies: 5
Views: 6995


I mean to build a webbrowser within a AHK script's GUI. Is it possible?
If it is, what's the easiest way to reach?

 Forum: Scripts   Topic: detect cursor over trayicon events

Posted: October 4th, 2005, 9:45 am 

Replies: 0
Views: 1485


Not too bad :lol: Some questions still exist. If another app's trayicon is the same with this one, it can't distinguish them. SetBatchLines -1 n = 0 RegRead, AHKdir, HKEY_LOCAL_MACHINE, SOFTWARE\AutoHotkey, InstallDir IF A_IsCompiled = 1 Image = *Icon1 %A_ScriptFullPath% ELSE Image = *Icon1 %AHKdir%...

 Forum: Support   Topic: How to detect when the mouse is over trayicon?

Posted: October 3rd, 2005, 2:33 pm 

Replies: 5
Views: 817


BoBo wrote:
Check the Script section for an optional workaround.


I'm sorry for my impertinence words :oops:

Anyway, I still need your help.

 Forum: Support   Topic: How to detect when the mouse is over trayicon?

Posted: October 3rd, 2005, 11:19 am 

Replies: 5
Views: 817


Well, BoBo, I think u still do not understand.
Before I posted this help I have RTFM :evil:
I said :
Newbie wrote:
when the mouse point at trayicon.


So, what I want to do is to create a balloon message WHEN THE MOUSE MOVE OVER THE TRAYICON! :!:


And so, any idea?

 Forum: Support   Topic: How to detect when the mouse is over trayicon?

Posted: October 3rd, 2005, 9:10 am 

Replies: 5
Views: 817


I know "Menu, tray, Tip, Tip", but that's not my purpose, I want to create balloon tip(or even dispaly a msgbox or goto specify label) when the mouse point at trayicon. Any idea? :? Another question: Is it possible to do something(such as SoundPlay?) before showing the tray menu if the user rightcli...

 Forum: Support   Topic: Japanese and Chinese Characters

Posted: September 28th, 2005, 6:25 am 

Replies: 6
Views: 999


The problem occurs only with <certain> characters - not with all. :oops: Didn't notice that! BUT..still no error found! Look here: http://www.autohotkey.net/file/users/Members/Yonken/images/test.PNG I just can't understand....maybe your system can't support this language... :shock:

 Forum: Support   Topic: Japanese and Chinese Characters

Posted: September 28th, 2005, 5:04 am 

Replies: 6
Views: 999


:?: I check what you said but no error found! Here's the test script: IniWrite, 中文, test.ini, Lang, Language FileCreateShortcut, Notepad.exe, 记事本.lnk Gosub, GUITest GUITest: Gui, Add, Button, x79 y87 w59 h28 gClose, 确定 Gui, Show, h121 w229, Test Retur...

 Forum: Scripts   Topic: AutoHotkey Updater

 Post subject: AutoHotkey Updater
Posted: September 21st, 2005, 2:02 pm 

Replies: 2
Views: 3487


Finally I finished this! :lol: Code revised Script updated date: 2005.10.13 Very simple function(but take me lot of time :oops: ): #Auto check update for AHK when script launchs. #Auto download update. #Auto install downloaded AHK. #Some Hotkeys related. Download this script ; AutoHotkey Version: 1....

 Forum: Support   Topic: Help improve AutoHotkey Updater

Posted: September 20th, 2005, 4:38 am 

Replies: 6
Views: 842


Thank shimanov & garry :lol: Code have been modified and updated here. Here's the code(Far from finished :cry: ): ; ; AutoHotkey Version: 1.0.38.03 ; Language: English ; Platform: WinXP SP2 ; Author: Newbie ; ; AutoHotkey Updater ; ; Script Function: ; Check Update of AutoHotkey. ; Script Versio...

 Forum: Support   Topic: editing files in notepad

 Post subject: editing files in notepad
Posted: July 26th, 2005, 10:11 pm 

Replies: 1
Views: 411


Hi all, I just started using autohotkey and have a quick question that I coudln't find in the FAQ. I'm trying to open a .sql file and add some text that is stored in the clipboard to the end of everyline in the file starting at the 2nd line all the way down until it ends. I only figured out how to p...

 Forum: Support   Topic: odd/even

Posted: July 21st, 2005, 2:12 pm 

Replies: 4
Views: 823


It works like a charm
:D :D :D

 Forum: Support   Topic: odd/even

 Post subject: odd/even
Posted: July 21st, 2005, 1:12 pm 

Replies: 4
Views: 823


I need a code to do something like the above, but i need help with the sintax (a way to find if is odd/even and send a message with the valor) oddeven := 0 #C:: if oddeven is even { Msgbox, This is a even number %oddeven% oddeven +=1 } else { Msgbox, This is a odd number %oddeven% oddeven +=1 } Thanks

 Forum: Support   Topic: hotkey

 Post subject: hotkey
Posted: June 11th, 2005, 8:47 pm 

Replies: 4
Views: 392


hey guys I want to make a program where if I were to press like ctrl and f1 it would pop up with a program of which direcotry i'd specify in the code :) how could i do this?? any idea?? thanks in advance :)

 Forum: Support   Topic: Search for pixel color on a control?

 Post subject: questions regarding syntax
Posted: September 10th, 2004, 9:10 am 

Replies: 6
Views: 806


Hi Chris, This looks like something I'm interested in using (i.e. searching an area of a control for a color). However, I'm totally confused by the complex syntax used here. ======== COPY OF CHRIS'S CODE ================= ControlGetPos Cx, Cy, w, h, MSAWT_Comp_Class2, SomeWindow Dx = Cx Dy = Cy Dx +...
Sort by:  
Page 1 of 1 [ Search found 15 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group