| Author |
Message |
Topic: Postmessage to winamp setting volume |
eagle00789
Replies: 3
Views: 75
|
Forum: Ask for Help Posted: Fri Jun 27, 2008 7:04 am Subject: Re: Postmessage to winamp setting volume |
"]am i using the w/lparam wrong??Yes, swap them and your code should be OK.Thx mate. that indeed works
To complete this post, here is the correct code:
if joyy >= 000
{
StringL ... |
Topic: Postmessage to winamp setting volume |
eagle00789
Replies: 3
Views: 75
|
Forum: Ask for Help Posted: Fri Jun 27, 2008 1:39 am Subject: Postmessage to winamp setting volume |
I have this code: if joyy >= 000
{
StringLeft, tmpVol, joyy, 2
if tmpVol = 07
volume = 00
if tmpVol = 06
volume = 36
if tmpVol = 05
volume = 73
if tmpVo ... |
Topic: check checkbox if unchecked on mousehover |
eagle00789
Replies: 2
Views: 77
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 5:55 pm Subject: check checkbox if unchecked on mousehover |
| No tweaking needed. it does the job perfectly. thx mate |
Topic: check checkbox if unchecked on mousehover |
eagle00789
Replies: 2
Views: 77
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 1:11 am Subject: check checkbox if unchecked on mousehover |
| I need te check a checkbox in a window (printer settings window), but the only thing i know is it's location. it is possible by getting the location of the checkbox, to get it's name and by the name g ... |
Topic: virus detection (current status) |
eagle00789
Replies: 4
Views: 148
|
Forum: Ask for Help Posted: Thu May 08, 2008 8:41 am Subject: virus detection (current status) |
| You are partially correct about that, but i still urgently ask the creators of ahk to PLEASE MAKE UPX AN OPTION WICH YOU CAN SET AT THE BEGINNING OF THE AHK-FILE WITH A DEFAULT OF OFF (so that it will ... |
Topic: virus detection (current status) |
eagle00789
Replies: 4
Views: 148
|
Forum: Ask for Help Posted: Thu May 08, 2008 8:12 am Subject: virus detection (current status) |
| currently 10 virusscanner detect a autohotkey program as suspicous. i find this number to high. Please view the scanning results here: http://www.virustotal.com/nl/analisis/934982fa540215eb18869a16616 ... |
Topic: Label not executed |
eagle00789
Replies: 4
Views: 150
|
Forum: Ask for Help Posted: Sat Apr 19, 2008 3:43 pm Subject: Label not executed |
| and do you have any clue where i should put that code?? because i don't have a clue |
Topic: Label not executed |
eagle00789
Replies: 4
Views: 150
|
Forum: Ask for Help Posted: Sat Apr 19, 2008 12:04 pm Subject: Label not executed |
i have to following code:
ShowEditor()
{
global
Gui, 4:+owner1
Gui +Disabled
IniRead, edAantal, %Inifile%, bus, aantal
Counter=1
Loop, %edAantal%
{
IniRead, Ta ... |
Topic: dynamic var as v%var% doesn't work |
eagle00789
Replies: 7
Views: 188
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 11:24 pm Subject: dynamic var as v%var% doesn't work |
| Now just one more problem. The OK button i create AFTER each list control is put INSIDE the tabcontrol. How do i get it Below the tabcontrol again (preferably without using a position marker x and y)
... |
Topic: dynamic var as v%var% doesn't work |
eagle00789
Replies: 7
Views: 188
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 11:14 pm Subject: dynamic var as v%var% doesn't work |
Thanks mate. the global did it. thx thx and thx again  |
Topic: dynamic var as v%var% doesn't work |
eagle00789
Replies: 7
Views: 188
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 9:43 pm Subject: dynamic var as v%var% doesn't work |
| What i want to do (if you look correctly) is to add a listbox on several tabs. The var of the listbox MUST have the name from the inifile, as there will be data added later to the listbox (and later t ... |
Topic: dynamic var as v%var% doesn't work |
eagle00789
Replies: 7
Views: 188
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 7:38 pm Subject: dynamic var as v%var% doesn't work |
this is the contents of the inifile:
[bus]
aantal=10
1=SCC
2=Emma
3=ABB (boschstraat)
4=Intratuin Heerlen (In de Kramer)
5=Intratuin Kerkrade (Wiebachstraat)
6= ... |
Topic: dynamic var as v%var% doesn't work |
eagle00789
Replies: 7
Views: 188
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 5:37 pm Subject: dynamic var as v%var% doesn't work |
i have the following piece of code
Counter=1
Loop, %edAantal%
{
IniRead, Tabs, %Inifile%, bus, %Counter%
Gui, 4:Tab, %Counter%
Gui, 4:Add, ListBox, v%Tabs%
Counter+=1
}As you ... |
Topic: dynamic form creation from a ini file |
eagle00789
Replies: 3
Views: 230
|
Forum: Ask for Help Posted: Fri Sep 21, 2007 7:08 pm Subject: dynamic form creation from a ini file |
i will try this when i get back to work on monday. Thanks already for the tips mate
And greetings from the Netherlands to you to  |
Topic: dynamic form creation from a ini file |
eagle00789
Replies: 3
Views: 230
|
Forum: Ask for Help Posted: Fri Sep 21, 2007 9:16 am Subject: dynamic form creation from a ini file |
I have the following small inifile
[bus]
aantal=10
1=SCC
2=Emma
3=ABB (boschstraat)
4=Intratuin Heerlen (In de Kramer)
5=Intratuin Kerkrade (Wiebachstraat)
6= ... |
| |