AutoHotkey Community

It is currently May 23rd, 2012, 5:53 pm

All times are UTC [ DST ]


Search found 29 matches
Search these results:

Author Message

 Forum: Support   Topic: Put here requests of problems with regular expressions

 Post subject: thank you
Posted: September 6th, 2010, 12:18 am 

Replies: 788
Views: 41728


Thanks for your help :)

 Forum: Support   Topic: Put here requests of problems with regular expressions

 Post subject: a multi regepxmatch
Posted: September 5th, 2010, 9:25 pm 

Replies: 788
Views: 41728


Hello buddy im trying to get all the numbers from a big string... this is my code: text:= "networks:[],pr_net:},100001448603295:{name:Ana Romero,networks:[],pr_net:},100001448603296:{name:Ana Romero,networks:[],pr_net:},100001448603297:{name:Ana Romero," Regex...

 Forum: Scripts   Topic: [function] httpQuery GET and POST requests - update 0.3.6

 Post subject: thanks buddy!
Posted: April 25th, 2010, 6:51 pm 

Replies: 232
Views: 82639


thanks buddy :P

 Forum: Scripts   Topic: [function] httpQuery GET and POST requests - update 0.3.6

 Post subject: http header missing
Posted: April 25th, 2010, 3:01 pm 

Replies: 232
Views: 82639


Hello buddy I check the code below on Windows XP and 7. The httheader is missing... #noenv Gui, Add, Button, x0 y0 w100 h40 gbtnStart, Start Now! Gui,Show Return btnStart: fbLogin() fbLogin(){ HTTPQueryOps := "storeHeader" length := HttpQuery(raw, "http://www....

 Forum: Custom   Topic: AutoHotkey.dll

 Post subject: following your directions
Posted: April 22nd, 2010, 7:15 am 

Replies: 562
Views: 93446


Hello buddy, I will be copy and pasting the code and the error... SetWorkingDir, A_ScriptDir #include %A_ScriptDir%\FileExtract.ahk #include %A_ScriptDir%\AhkDllThread.ahk #include %A_ScriptDir%\CreateScript.ahk If 0 FileInstall,AutoHotkeyMini.dll,AutoHotkeyMini.dll Script:="SetWorkingDir, &quo...

 Forum: Custom   Topic: AutoHotkey.dll

 Post subject: excellent
Posted: April 21st, 2010, 2:20 pm 

Replies: 562
Views: 93446


I just comment a msgbox you have in the createScript function... another question... its possible to include function that has parameters by reference? somethink like this func(byref some, any){ } Im having error with this kind of function, for example: #include %A_ScriptDir%\FileExtract.ahk #includ...

 Forum: Custom   Topic: AutoHotkey.dll

Posted: April 21st, 2010, 12:13 pm 

Replies: 562
Views: 93446


I was around 4 hours looking for this error, please check if this a windows problem (because im using a nlited version in the virtualbox) or a bug. Look this example... #include %A_ScriptDir%\FileExtract.ahk #include %A_ScriptDir%\AhkDllThread.ahk #include %A_ScriptDir%\CreateScript.ahk If 0 FileIns...

 Forum: Custom   Topic: AutoHotkey.dll

 Post subject: about the whole code
Posted: April 20th, 2010, 3:28 pm 

Replies: 562
Views: 93446


The complete code is around 20.000 lines, is a huge fb maintainer (Im a fb marketer). The dbgeng.dll is a debugger engine, probably some library I load in the code is using it (httpquery for example). But now this problem is solved. The problem I have now is: if I try to add the EmptyMem function to...

 Forum: Custom   Topic: AutoHotkey.dll

 Post subject: about the createScript
Posted: April 18th, 2010, 7:36 pm 

Replies: 562
Views: 93446


Hello buddy, can you explain me this part of the Script variable:

Code:
Func{}


Im passing a huge function without problems but if I dont use the Func{} the autohotkey give me an error about dbgeng.dll missing.

Thanks[/code]

 Forum: Custom   Topic: AutoHotkey.dll

 Post subject: I found the error
Posted: April 17th, 2010, 11:48 am 

Replies: 562
Views: 93446


Hello buddy I found the error, I was using:

Code:
t%A_Index%:=AhkDllThread(A_ScriptDir . "\AutohotkeyMini.dll")


Instead of:

Code:
t%A_Index%:=AhkDllThread("AutohotkeyMini.dll")


Thanks :D

 Forum: Custom   Topic: AutoHotkey.dll

Posted: April 17th, 2010, 10:59 am 

Replies: 562
Views: 93446


Hello my friend... I think I made bad my question... I wrote a programm ahk language) including the threads (using your ahkdllthread function and your ansi Autohotkey Version) in ahk, now Im trying to compile it to a .exe file. This is what Im doing when I try to compile: 1.- the code: ThreadHeader=...

 Forum: Scripts   Topic: [function] httpQuery GET and POST requests - update 0.3.6

Posted: April 17th, 2010, 7:44 am 

Replies: 232
Views: 82639


Desi you can use Autohotkey.dll, HotkeyIt has an Ansi Version that will run the httpquery function without problems and with threads support

 Forum: Custom   Topic: AutoHotkey.dll

 Post subject: one more question
Posted: April 16th, 2010, 5:11 pm 

Replies: 562
Views: 93446


One more question... Im trying to compile the new Ansi, and I got 2 errors, the .bin file is updated?

The error is not during compilation is during execution at the moment the threads are launch...

Error1: Could not extract script from .EXE
Error2: dbgeng.dll was not found

thanks

 Forum: Custom   Topic: AutoHotkey.dll

 Post subject: WOW! Amazing function
Posted: April 16th, 2010, 2:36 pm 

Replies: 562
Views: 93446


I close my eyes everytime I use this function (EmptyMem), Its a good solution!

Im reading about the secondary effects

Thanks

 Forum: Custom   Topic: AutoHotkey.dll

 Post subject: about freeing memory
Posted: April 16th, 2010, 11:05 am 

Replies: 562
Views: 93446


Hello Buddy, Im trying to clean the memory of the threads when they finnished, I'm using something like this: ThreadHeader= ( #Persistent #NoTrayIcon SetWinDelay, -1 SetControlDelay, -1 SetBatchLines, -1 ) ThreadRequester= (`% finished=0 MsgBox % fRe finished=1 #include %A_ScriptDir%\tf....
Sort by:  
Page 1 of 2 [ Search found 29 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group