| Author |
Message |
Topic: Explorer Post Message (Sort By modified, size, name, etc) |
Andi
Replies: 3
Views: 68
|
Forum: Ask for Help Posted: Mon Nov 17, 2008 8:47 pm Subject: Explorer Post Message (Sort By modified, size, name, etc) |
Somewhere I've found this code, which shows the details in Explorer or a file dialog. But I'm also still searching for a way to sort by date...
#f7::
;ViewDetails
WinGet, eh_activeID, ... |
Topic: How to handle the error: call to non-existent function |
Andi
Replies: 5
Views: 165
|
Forum: Ask for Help Posted: Tue Nov 04, 2008 5:00 am Subject: How to handle the error: call to non-existent function |
Thank you Skan for the clarification
I skiped the following sentence
The called function's definition must exist explicitly in the script, either via #Include or a non-dynamic call to ... |
Topic: How to handle the error: call to non-existent function |
Andi
Replies: 5
Views: 165
|
Forum: Ask for Help Posted: Mon Nov 03, 2008 9:59 pm Subject: How to handle the error: call to non-existent function |
Thank you Bobo and Skan
When I understand it right, the hint from BoBo with #ErrorStdOut stops the script. But I'm searching more for a solution that Skan descibes that keeps the script runnin ... |
Topic: How to handle the error: call to non-existent function |
Andi
Replies: 5
Views: 165
|
Forum: Ask for Help Posted: Sun Nov 02, 2008 5:10 am Subject: How to handle the error: call to non-existent function |
Hello,
I'm looking for a way, catching the error: "call to non-existent function" via errorlevel or something like this.
So when I start the script and ahk comes to the FunctionThatDoes ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
Andi
Replies: 130
Views: 17669
|
Forum: Scripts & Functions Posted: Sun Oct 14, 2007 2:09 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
I'm trying to read and write to an excel file without opening it in excel. I'm shure that this would be possible, but unfortunately I'm not very handy in using vba.
I found here a description ... |
Topic: Help on file/folder recursing |
Andi
Replies: 2
Views: 249
|
Forum: Ask for Help Posted: Sun Sep 30, 2007 8:16 pm Subject: Help on file/folder recursing |
I think this would do it. Please try it with A_LoopFileFullPath.
;;;Global Variables;;;
List =
i = 0
Errors = 0
Subs = 0
FileSelectFolder, PictureFolder, C:\Documents and Settings\Ge ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
Andi
Replies: 130
Views: 17669
|
Forum: Scripts & Functions Posted: Thu Aug 16, 2007 8:39 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
Thank you! I try it and it works wonderful  |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
Andi
Replies: 130
Views: 17669
|
Forum: Scripts & Functions Posted: Tue Aug 07, 2007 8:11 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
I think I found it... or is there a more elegant way?
string = ABC
WS_Exec("SetCell ""Sheet1"",28,2," . "" . string . "")
|
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
Andi
Replies: 130
Views: 17669
|
Forum: Scripts & Functions Posted: Tue Aug 07, 2007 7:13 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
@BoBoĻ
You can do something very similar with WS4AHK
WS_Initialize()
VBCode =
(
Dim xlApp
Dim xlBook
'Opens the Excel file in Excel
Sub OpenExcelFile(filename)
S ... |
Topic: HTTrack - offline browser utility [CMD][GUI] |
Andi
Replies: 6
Views: 2999
|
Forum: Utilities & Resources Posted: Sat Aug 04, 2007 5:12 pm Subject: HTTrack - offline browser utility [CMD][GUI] |
Thank you! ... I made holidays and I thought it would be nice, to read the forum offline... so I had enough time to enjoy without ahk  |
Topic: HTTrack - offline browser utility [CMD][GUI] |
Andi
Replies: 6
Views: 2999
|
Forum: Utilities & Resources Posted: Fri Jul 20, 2007 7:54 pm Subject: HTTrack - offline browser utility [CMD][GUI] |
Hi Bobo,
how the goodness did you manage to do this? I created a new project
with the url: http://www.autohotkey.com/forum/ but I can't read
the forum offline What url did you took? Than ... |
Topic: Cheetah problem with dbPutRecord / dbClose and ahk |
Andi
Replies: 26
Views: 1160
|
Forum: Ask for Help Posted: Sun Jun 17, 2007 9:29 am Subject: Cheetah problem with dbPutRecord / dbClose and ahk |
many thanks to everybody, for your kindly help  |
Topic: Cheetah problem with dbPutRecord / dbClose and ahk |
Andi
Replies: 26
Views: 1160
|
Forum: Ask for Help Posted: Fri Jun 15, 2007 11:22 pm Subject: Cheetah problem with dbPutRecord / dbClose and ahk |
Very interesting, thank you Skan!  |
Topic: Cheetah problem with dbPutRecord / dbClose and ahk |
Andi
Replies: 26
Views: 1160
|
Forum: Ask for Help Posted: Mon Jun 11, 2007 5:26 pm Subject: Cheetah problem with dbPutRecord / dbClose and ahk |
Thank you PhiLho  |
Topic: Cheetah problem with dbPutRecord / dbClose and ahk |
Andi
Replies: 26
Views: 1160
|
Forum: Ask for Help Posted: Mon Jun 11, 2007 10:30 am Subject: Cheetah problem with dbPutRecord / dbClose and ahk |
Really great!!! I'll test it also... thank you Skan
Is IntP and Int * the same? In the helpfile I found
use "UInt *" or "UintP" to represent LPDWORD.
but UInt * d ... |
| |