AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 157 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Explorer Post Message (Sort By modified, size, name, etc)
Andi

Replies: 3
Views: 68

PostForum: 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

PostForum: 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 Very Happy

I skiped the following sentence Embarassed
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

PostForum: 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 Very Happy

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

PostForum: 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

PostForum: 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. Confused

I found here a description ...
  Topic: Help on file/folder recursing
Andi

Replies: 2
Views: 249

PostForum: 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

PostForum: 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 Very Happy Very Happy Very Happy
  Topic: Embedded Windows Scripting (VBScript & JScript) and COM
Andi

Replies: 130
Views: 17669

PostForum: 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

PostForum: 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

PostForum: 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 Smile
  Topic: HTTrack - offline browser utility [CMD][GUI]
Andi

Replies: 6
Views: 2999

PostForum: 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 Shocked What url did you took? Than ...
  Topic: Cheetah problem with dbPutRecord / dbClose and ahk
Andi

Replies: 26
Views: 1160

PostForum: 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 Very Happy Very Happy Very Happy
  Topic: Cheetah problem with dbPutRecord / dbClose and ahk
Andi

Replies: 26
Views: 1160

PostForum: Ask for Help   Posted: Fri Jun 15, 2007 11:22 pm   Subject: Cheetah problem with dbPutRecord / dbClose and ahk
Very interesting, thank you Skan! Very Happy
  Topic: Cheetah problem with dbPutRecord / dbClose and ahk
Andi

Replies: 26
Views: 1160

PostForum: Ask for Help   Posted: Mon Jun 11, 2007 5:26 pm   Subject: Cheetah problem with dbPutRecord / dbClose and ahk
Thank you PhiLho Very Happy
  Topic: Cheetah problem with dbPutRecord / dbClose and ahk
Andi

Replies: 26
Views: 1160

PostForum: 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 Very Happy Very Happy Very Happy

Is IntP and Int * the same? In the helpfile I found
use "UInt *" or "UintP" to represent LPDWORD.
but UInt * d ...
 
Page 1 of 11 Goto page 1, 2, 3 ... 9, 10, 11  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group