| Author |
Message |
Topic: Find the first number in a string?? |
aaffe
Replies: 4
Views: 119
|
Forum: Ask for Help Posted: Tue May 13, 2008 12:09 pm Subject: Find the first number in a string?? |
try this:
A1=INC173753
A2=00000173753
A3=173753
A4=INC000123
Loop 4
{
zeile:=A%A_Index%
fund:=RegExMatch(zeile,"([1-9])",ausgabe)
i ... |
Topic: ControlSend Issues [Solved] |
aaffe
Replies: 3
Views: 143
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 8:38 am Subject: ControlSend Issues [Solved] |
Hy,
I did have the same problem in several scripts.
After searching the known bugs in autohotkey via the forum I found the solution from Chris:
Just use
SetControlDelay -1
before using Con ... |
Topic: How to get the main memory? |
aaffe
Replies: 6
Views: 387
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 1:39 pm Subject: How to get the main memory? |
Hy,
thanks for your tip, but I already found this script.
Itīs a pity but I wasnīt able to write out the section which gets and shows the main memory....
Could you help me, please?
Tanks! |
Topic: How to get the main memory? |
aaffe
Replies: 6
Views: 387
|
Forum: Ask for Help Posted: Mon Feb 25, 2008 2:15 pm Subject: How to get the main memory? |
Hallo,
does anybody know how to get the dimension of the main memory?
Tanks!
Greets, aaffe |
Topic: how to make a window an ellipse with winset,region |
aaffe
Replies: 2
Views: 147
|
Forum: Ask for Help Posted: Wed Jan 16, 2008 9:10 am Subject: how to make a window an ellipse with winset,region |
| Tank you very much! |
Topic: how to make a window an ellipse with winset,region |
aaffe
Replies: 2
Views: 147
|
Forum: Ask for Help Posted: Tue Jan 15, 2008 5:23 pm Subject: how to make a window an ellipse with winset,region |
Hallo,
in the help of ahk I read that you can make a window an ellipse by Winset,Region, E
or an Rectangle by
Winset, Region, R
Is it right that you can make the shape of a window an ellipse or ... |
Topic: How to Fade in without showing window before? |
aaffe
Replies: 2
Views: 158
|
Forum: Ask for Help Posted: Tue Jan 15, 2008 2:28 pm Subject: How to Fade in without showing window before? |
hy,
tanks, in between I found the solution:
Gui,Show, Hide w599 h599,TEST1
Gui +Lastfound
Alpha = 0
ST=100
Loop 52
{
WinSet,Transparent,%Alpha%
EnvAdd,Alpha,5
If ST != 0
... |
Topic: How to Fade in without showing window before? |
aaffe
Replies: 2
Views: 158
|
Forum: Ask for Help Posted: Tue Jan 15, 2008 1:24 pm Subject: How to Fade in without showing window before? |
Hallo,
belonging to the fade out/fade in-Function on
http://www.autohotkey.com/forum/viewtopic.php?t=27316fade
I have a question:
I donīt want to show the window, then fade ... |
Topic: Hiding a window from a process |
aaffe
Replies: 8
Views: 286
|
Forum: Ask for Help Posted: Fri Jan 04, 2008 3:58 pm Subject: Hiding a window from a process |
If you use the command
Run, ...
to open a cmd-window and you want to hide this, you can use
run, programm, ,HIDE |
Topic: cant add serveral md5-Sums together |
aaffe
Replies: 7
Views: 251
|
Forum: Ask for Help Posted: Thu Dec 27, 2007 4:39 pm Subject: cant add serveral md5-Sums together |
Hallo,
thanks to all of you. the way just to make a checksum for the file with all the checksums in it is a very easy way.
Now I did it like this. Thanks!
And thanks to tonne now to know how to ad ... |
Topic: cant add serveral md5-Sums together |
aaffe
Replies: 7
Views: 251
|
Forum: Ask for Help Posted: Thu Dec 27, 2007 2:01 pm Subject: cant add serveral md5-Sums together |
Hallo,
I want to add these md5-sums, because I want to get only one sum for noe whole CD.
so I want to check several copied CDs if their content is really the same as the origin.
because of this ... |
Topic: cant add serveral md5-Sums together |
aaffe
Replies: 7
Views: 251
|
Forum: Ask for Help Posted: Fri Dec 21, 2007 3:22 pm Subject: cant add serveral md5-Sums together |
Hallo,
Iīve got a big problem.
I wrote a program which takes a md5sum for each file on a CD.
These md5sums then are written to a file, this file looks like this:
406AF00DB376F945738C5670DA9832A0 ... |
Topic: how to start GUI with button enabled or dislabed |
aaffe
Replies: 2
Views: 287
|
Forum: Scripts & Functions Posted: Wed Dec 19, 2007 2:01 pm Subject: how to start GUI with button enabled or dislabed |
Hy tonne,
thanks a lot again! |
Topic: how to start GUI with button enabled or dislabed |
aaffe
Replies: 2
Views: 287
|
Forum: Scripts & Functions Posted: Wed Dec 19, 2007 1:41 pm Subject: how to start GUI with button enabled or dislabed |
Hy,
I created a Gui which has a special button. Now I want to check if there exists a special filename and if yes, the button has to be active, if not, it has to be inactive.
When another button is ... |
Topic: Combining serveral ANDs and ORs with if and Variables |
aaffe
Replies: 2
Views: 209
|
Forum: Ask for Help Posted: Mon Dec 17, 2007 2:22 pm Subject: Combining serveral ANDs and ORs with if and Variables |
| Thanx a lot, tic! |
| |