| Author |
Message |
Topic: how to judge if a minbutton exists on the title bar? |
hughman
Replies: 8
Views: 262
|
Forum: Ask for Help Posted: Tue Feb 27, 2007 7:23 pm Subject: how to judge if a minbutton exists on the title bar? |
Thinks for your patience again.
Now I can have a good sleep. It's 2:22am now:)
bye. |
Topic: how to judge if a minbutton exists on the title bar? |
hughman
Replies: 8
Views: 262
|
Forum: Ask for Help Posted: Tue Feb 27, 2007 6:57 pm Subject: how to judge if a minbutton exists on the title bar? |
WS_MINIMIZE 0x20000000
the 8-digit hexadecimal number retutned by Winspector Spy is 0x20000000
and I google WS_MINIMIZE, the value I have searched also is 0x20000000
but only the value 0x20000 yo ... |
Topic: how to judge if a minbutton exists on the title bar? |
hughman
Replies: 8
Views: 262
|
Forum: Ask for Help Posted: Tue Feb 27, 2007 6:16 pm Subject: how to judge if a minbutton exists on the title bar? |
Thinks very much. It works fine.
And I also have found 0x20000 through Winspector Spy
For us freshman, it's not so easy to master window message,control style,etc。: ... |
Topic: how to judge if a minbutton exists on the title bar? |
hughman
Replies: 8
Views: 262
|
Forum: Ask for Help Posted: Tue Feb 27, 2007 6:01 pm Subject: how to judge if a minbutton exists on the title bar? |
I want to automatically minimize all the inactive windows over the setting time. But some dialogues which have no minimize and maximize button also can be minimized, and then can't be restored.
To re ... |
Topic: how to judge if a minbutton exists on the title bar? |
hughman
Replies: 8
Views: 262
|
Forum: Ask for Help Posted: Tue Feb 27, 2007 5:41 pm Subject: how to judge if a minbutton exists on the title bar? |
Maybe I should try to learn knowledge of window style or ex_style
But who can help me now? |
Topic: problem about closing process |
hughman
Replies: 2
Views: 275
|
Forum: Ask for Help Posted: Sun Feb 25, 2007 5:01 am Subject: problem about closing process |
Thinks for your advise.
Yes, the PID returned by AHK is not the real one.
When I excute a installation, there're two PID returned by Process explorer, one of which , a sub process, is a temp file.
... |
Topic: problem about closing process |
hughman
Replies: 2
Views: 275
|
Forum: Ask for Help Posted: Fri Feb 23, 2007 3:44 pm Subject: problem about closing process |
I wrote a simple script to limit others installing softwares on my computer.
Why can't the command
Process, Close, ahk_pid %_Win_PID%
go to effect?
And when I tested the scipt, I found a n ... |
Topic: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
hughman
Replies: 100
Views: 17215
|
Forum: Utilities & Resources Posted: Wed Feb 21, 2007 5:25 pm Subject: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
I have tried out with both Wscite and Stite4AutoIt3. The case is same.
Now I have to comment
code.page=936
character.set=134
Then although there's a little problem to delete unicode charator ... |
Topic: Is it possible to assign a variable as a hotstring or hotkey |
hughman
Replies: 6
Views: 240
|
Forum: Ask for Help Posted: Wed Feb 21, 2007 1:11 pm Subject: Is it possible to assign a variable as a hotstring or hotkey |
That wouldn't work, the hotstring will be literal. I've created a
Thinks. I'll have a try. |
Topic: RegEx Powered Dynamic Hotstrings |
hughman
Replies: 27
Views: 4008
|
Forum: Scripts & Functions Posted: Wed Feb 21, 2007 1:10 pm Subject: Re: RegEx Powered Dynamic Hotstrings |
Dynamically add regular expression type hotstrings.
Thinks.I'll have a try. |
Topic: Is it possible to assign a variable as a hotstring or hotkey |
hughman
Replies: 6
Views: 240
|
Forum: Ask for Help Posted: Wed Feb 21, 2007 9:31 am Subject: Is it possible to assign a variable as a hotstring or hotkey |
You have not understand what I mean.But thinks the same.
In fact ,there is no option 'v' for hotstring, which is just my wish.
I find it impossible to assign a variable as hotstring at present. |
Topic: Is it possible to assign a variable as a hotstring or hotkey |
hughman
Replies: 6
Views: 240
|
Forum: Ask for Help Posted: Wed Feb 21, 2007 8:52 am Subject: Is it possible to assign a variable as a hotstring or hotkey |
As the title.
I found it useful sometimes.if adding a new option such as 'v' (variable), it will be convenient.
eg
text=1234
:v:text::command |
Topic: About Tray menu' separator line |
hughman
Replies: 5
Views: 233
|
Forum: Ask for Help Posted: Mon Feb 19, 2007 10:00 am Subject: About Tray menu' separator line |
Does this make a difference?
Menu, AHK, Standard
Menu, Tray, DeleteAll ; try add this
Menu, Tray, NoStandard
Yes, It works fine now. thx very much.
But I am puzzled why only the seperator line ... |
Topic: About Tray menu' separator line |
hughman
Replies: 5
Views: 233
|
Forum: Ask for Help Posted: Mon Feb 19, 2007 9:18 am Subject: About Tray menu' separator line |
| what I mean is that this case will happen whichever subroutine you insert it into, such as hotkey、hotstring or label if only not on the auto-execution section. |
Topic: About Tray menu' separator line |
hughman
Replies: 5
Views: 233
|
Forum: Ask for Help Posted: Mon Feb 19, 2007 8:17 am Subject: About Tray menu' separator line |
for instance, I wrote several commands:
Menu, AHK, Standard
Menu, Tray, Click, 1
Menu, Tray, NoStandard
Menu, Tray, Add, KeyboardMouse, @KeyboardMouse
Menu, Tray, Add, IntelliSense, @IntelliSe ... |
| |