| Author |
Message |
Topic: LWin causes computer lock |
daroc
Replies: 4
Views: 532
|
Forum: Ask for Help Posted: Mon Jul 13, 2009 10:00 pm Subject: LWin causes computer lock |
I'm using Vista...
Now I'm using v1.0.48.00, so I will try the newest version. |
Topic: LWin causes computer lock |
daroc
Replies: 4
Views: 532
|
Forum: Ask for Help Posted: Sun Jul 12, 2009 5:25 pm Subject: LWin causes computer lock |
| As I said, I don't want to use KeyWait LWin, because it causes a delay (it waits until I release LWin). Is it possible to simulate releasing Win key? Send {LWin up} doesn't work. |
Topic: LWin causes computer lock |
daroc
Replies: 4
Views: 532
|
Forum: Ask for Help Posted: Sun Jul 12, 2009 11:13 am Subject: LWin causes computer lock |
I'm trying to make a script that changes the current dir in my file manager. So it has to paste/write the name of a dir to apt input field.
It is done with SendInput.
The shortcut is #1, #2, #3 etc. ... |
Topic: Detecting current mouse cursor type |
daroc
Replies: 4
Views: 777
|
Forum: Ask for Help Posted: Tue May 26, 2009 4:31 pm Subject: Detecting current mouse cursor type |
I wanted to open links in background (middleclick) with right mouse button. RMB on text or background (not link) should open context menu.
A_Cursor works very well, thanks. |
Topic: Detecting current mouse cursor type |
daroc
Replies: 4
Views: 777
|
Forum: Ask for Help Posted: Tue May 26, 2009 3:45 pm Subject: Detecting current mouse cursor type |
I have searched the forum and all I found is [url=http://www.autohotkey.com/forum/viewtopic.php?t=35600&start=0&postdays=0&postorder=asc]this thread.
What I want to obtain ... |
Topic: Confused by odd clipboard behavior |
daroc
Replies: 6
Views: 475
|
Forum: Ask for Help Posted: Sat Apr 25, 2009 11:40 pm Subject: Confused by odd clipboard behavior |
I think I have similar problem with clipboard. Waiting 0,3s is a bit long.
Now I'm testing this to solve the problem:
clipboard=
clipboard=newcontent
ClipWait
Does it have any chance to solve the ... |
Topic: "Could not close the previous instance of this script. |
daroc
Replies: 4
Views: 541
|
Forum: Ask for Help Posted: Fri Mar 20, 2009 4:49 pm Subject: "Could not close the previous instance of this script. |
Is it possible to get rid of this information/warning?
I'm trying to make an application which works in background and reacts on key shortcut. I added an option to hide tray icon but I want to have a ... |
Topic: Removing windows from a group or deleting a group ? |
daroc
Replies: 14
Views: 1950
|
Forum: Ask for Help Posted: Tue Mar 17, 2009 3:20 pm Subject: Removing windows from a group or deleting a group ? |
Maybe it's possible to use arrays to simulate clearing a group?
How about this: if you want to create a group called "mywindows", use "mywindows%group_counter%", where group_count ... |
Topic: ADO COM - Database Query |
daroc
Replies: 130
Views: 33981
|
Forum: Scripts & Functions Posted: Sun Mar 08, 2009 12:55 am Subject: ADO COM - Database Query |
My solution to duplicate a worksheet in output window.
input:=COM_Invoke(oExcel,"workbooks.open",input_path)
output:=COM_Invoke(oExcel,"workbooks.open&qu ... |
Topic: ADO COM - Database Query |
daroc
Replies: 130
Views: 33981
|
Forum: Scripts & Functions Posted: Sat Mar 07, 2009 11:18 pm Subject: ADO COM - Database Query |
Ok, now I'm trying to make a macro that will do that for me, but there's something strange.
I open two windows. If I want to activate the first using com, I should use COM_Invoke(oExcel,"Windows ... |
Topic: Window activation problem (Vista, MS Office, Excel) |
daroc
Replies: 15
Views: 950
|
Forum: Ask for Help Posted: Sat Mar 07, 2009 6:45 pm Subject: Window activation problem (Vista, MS Office, Excel) |
| Thank you very much, now it works. |
Topic: ADO COM - Database Query |
daroc
Replies: 130
Views: 33981
|
Forum: Scripts & Functions Posted: Sat Mar 07, 2009 6:06 pm Subject: ADO COM - Database Query |
I don't quite understand what "Sheets" is in terms of com_invoke
This is what I got after my modifications (where oExcel:=COM_ActiveXObject("Excel.Application"))
COM_Invoke_( ... |
Topic: Window activation problem (Vista, MS Office, Excel) |
daroc
Replies: 15
Views: 950
|
Forum: Ask for Help Posted: Sat Mar 07, 2009 5:24 pm Subject: Window activation problem (Vista, MS Office, Excel) |
msgbox '%wb2name%'
shows 'in.xls' |
Topic: Window activation problem (Vista, MS Office, Excel) |
daroc
Replies: 15
Views: 950
|
Forum: Ask for Help Posted: Sat Mar 07, 2009 4:19 pm Subject: Window activation problem (Vista, MS Office, Excel) |
did the workbook open?
what appears in WB2Name variable before you call
COM_Invoke(oExcel,"workbooks.item[" WB2Name "].worksheets.item[1].cells.item[2]. ... |
Topic: ADO COM - Database Query |
daroc
Replies: 130
Views: 33981
|
Forum: Scripts & Functions Posted: Sat Mar 07, 2009 2:18 pm Subject: ADO COM - Database Query |
I can't find how to read the name of current worksheet, change it and how to create new worksheet. Could anyone tell me? [Actually I would like to duplicate current sheet]
Edit:
I guessed one:
CO ... |
| |