| Author |
Message |
Topic: hiding trayicon of other programs |
poetbox
Replies: 25
Views: 322
|
Forum: Ask for Help Posted: Mon Jun 23, 2008 5:42 am Subject: hiding trayicon of other programs |
ok.maybe it's the time to post something.
count the trayicon number from the right to left,the number begins with 0.if you have 8 icons,the left tray icon is 7,the right icon is 0,etc.
ok,it's ... |
Topic: hiding trayicon of other programs |
poetbox
Replies: 25
Views: 322
|
Forum: Ask for Help Posted: Mon Jun 23, 2008 3:41 am Subject: hiding trayicon of other programs |
| although it's very simple and i 'm going to write the code here[with the .ahk only one line is needed],but after reading the reply i changed my mind now and tell myself maybe i needn't write it toda ... |
Topic: AceText Helper |
poetbox
Replies: 2
Views: 261
|
Forum: Scripts & Functions Posted: Tue Jun 17, 2008 1:57 pm Subject: AceText Helper |
Thanks.Very good.
In fact,you can write the funtion of AceText by AHK.It's not so difficult.  |
Topic: Block the close button in Firefox or IE |
poetbox
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 2:11 am Subject: Block the close button in Firefox or IE |
I found it here.
http://www.autohotkey.com/forum/viewtopic.php?p=62506#62506
By SKAN.
(Disabling/Enabling the Close button of all instances of Internet Explorer Windows:
Code (Expand - Co ... |
Topic: Block the close button in Firefox or IE |
poetbox
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 1:35 am Subject: very good |
I found this but forgot where I pulled it from... some of the script is moded slightly but works for me just a treat.
Just bring any window to the forground to kill the close button. This works on ... |
Topic: making mouse move faster (move by 10's) |
poetbox
Replies: 1
Views: 68
|
Forum: Ask for Help Posted: Sun Jun 15, 2008 3:48 am Subject: making mouse move faster (move by 10's) |
In control panel,-mouse prop-,cursor opt,-select moving speed,DRAG the bar.
In this way,I think you can run few program.
BTW,What's the matter with you script? |
Topic: Block the close button in Firefox or IE |
poetbox
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Sun Jun 15, 2008 3:14 am Subject: Block the close button in Firefox or IE |
`::
WinSet, Style, -0x80000, A
return
Press ` to remove it!(Without the control,you can still use Alt+F4 to close,double-click the Title-bar to MAx or restore)
--
I think what you really need is ... |
Topic: Block the close button in Firefox or IE |
poetbox
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Sun Jun 15, 2008 2:59 am Subject: Block the close button in Firefox or IE |
WinSet, Style, -0x80000, A
This script can remove the close button on the Current windows.
Good luck! |
Topic: Are you bored? Try this AHK script out |
poetbox
Replies: 23
Views: 1404
|
Forum: Scripts & Functions Posted: Sun Jun 08, 2008 2:34 am Subject: Are you bored? Try this AHK script out |
| any way to click it?Iv tried many times and failed at last. |
Topic: How Do I Minimize A Loop to a single instance per window? |
poetbox
Replies: 3
Views: 145
|
Forum: Ask for Help Posted: Fri May 09, 2008 5:53 pm Subject: How Do I Minimize A Loop to a single instance per window? |
| sleep is not a good idea,just check the title(=)&HWND(<>) |
Topic: [Fixed Thx] dllcall(readfile) and FilePointerEx help |
poetbox
Replies: 8
Views: 284
|
Forum: Ask for Help Posted: Fri May 09, 2008 5:32 pm Subject: [Fixed Thx] dllcall(readfile) and FilePointerEx help |
FileRead, Contents, C:\Address List.txt
StringRight, OutputVar, Contents, StrLen(Contents)-50
msgbox %OutputVar% |
Topic: online *.AHK to *.exe converter |
poetbox
Replies: 6
Views: 270
|
Forum: Wish List Posted: Wed May 07, 2008 11:35 am Subject: online *.AHK to *.exe converter |
cool thanks
down a Ahk2Exe.exe.And make AHK to EXE.
But,If somebody can make such an EXE file which contains Ahk2Exe.exe in it,when we drag some code over the EXE,then an new EXE file will be ... |
Topic: Any examples about filling in a IE form field and submit |
poetbox
Replies: 9
Views: 282
|
Forum: Ask for Help Posted: Wed May 07, 2008 11:20 am Subject: Any examples about filling in a IE form field and submit |
It's an expecting example.
Use COM can do something about it ,but not a best way. |
Topic: [VxE]'s := guide ? ( to the ternary ) : ( operator ) . |
poetbox
Replies: 8
Views: 694
|
Forum: Ask for Help Posted: Mon May 05, 2008 5:22 am Subject: Re: [VxE]'s := guide ? ( to the ternary ) : ( operator ) . |
"]btw: I'm invoking ...Post helpful tips and tricks.to post this here. {also this is my 500th post.}
Well Done!  |
Topic: Send desktop to TV |
poetbox
Replies: 4
Views: 170
|
Forum: Ask for Help Posted: Mon May 05, 2008 5:07 am Subject: Send desktop to TV |
"]Typically, the HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\VIDEO\Device\Video2 seems like it might be involved.
btw: is it really so much trouble to press 2 keys at once?
1)For a person who was accust ... |
| |