Search found 160 matches
- 26 May 2017, 07:47
- Forum: Ask For Help
- Topic: Excel
- Replies: 13
- Views: 2134
Excel
Hello, Here are two excel files A.xls & B .xls in the C:\ . When I open the B.xls then press F6, data will copy to file B from A.xls . If I don't want open the file B, how can do it? Thank you. F6:: xl := ComObjActive("Excel.application") wb0 := xl.ActiveWorkbook lRow := xl.ActiveSheet.Range("A65536...
- 24 Apr 2017, 07:57
- Forum: Ask For Help
- Topic: How to move the mouse cursor ?
- Replies: 4
- Views: 1699
Re: How to move the mouse cursor ?
How to move cursor in Notepad window only? You can either make your hotkey context-sensitive : #IfWinActive ahk_class Notepad ; creates context-sensitive hotkey, which one depending now on whether or not Notepad is the active window ; run AU3_Spy (which is located in Authotkey.exe own directory) in...
- 23 Apr 2017, 20:35
- Forum: Ask For Help
- Topic: How to move the mouse cursor ?
- Replies: 4
- Views: 1699
Re: How to move the mouse cursor ?
Hi, You can save the content of each control to its associated variable (e.g. cardx ) before calling MouseMove command using Gui, submit . Also, if you are using MouseMove command, you should set CoordMode (see: CoordMode ) in order to make mouse coordinates to be relatives to the active window (or...
- 23 Apr 2017, 09:52
- Forum: Ask For Help
- Topic: How to move the mouse cursor ?
- Replies: 4
- Views: 1699
How to move the mouse cursor ?
Hi, When I enter 100 in x and y then press F4, how to move the mouse cursor? Thank you. Gui +AlwaysOnTop Gui, Color, C000000 Gui +LastFound WinSet, Transparent, 250 Gui, Font, S10 C000000 , Tahoma Gui, Show, x131 y91 h90 w200,Mouse Gui, Add, Text, x4 y50 c00FFFF, X: Gui, Add, Edit, x27 y50 w30 h24 v...
UI?
請問各位先進用什麼軟體寫UI呢? 我有試著去使用"炫彩界面库",但是可能因為我是用64位元繁體的關係,我沒辦法使用。
因此想請教各位看看有沒有什麼軟體可以介紹給我,感謝。
因此想請教各位看看有沒有什麼軟體可以介紹給我,感謝。
- 03 Apr 2017, 21:58
- Forum: 请求帮助
- Topic: 請教如何防止視窗停駐?
- Replies: 1
- Views: 1839
Re: 請教如何防止視窗停駐?
你好,
或許可以試試這個方法:
點選左下角Start\Control Panel\All Control Panel Items\Ease of Access Center\Make the mouse easier to use.
勾選Prevent windows from being automatically arranged when moved to the edge of the screen 。
希望能幫助到你。
或許可以試試這個方法:
點選左下角Start\Control Panel\All Control Panel Items\Ease of Access Center\Make the mouse easier to use.
勾選Prevent windows from being automatically arranged when moved to the edge of the screen 。
希望能幫助到你。
- 29 Mar 2017, 23:26
- Forum: Forum Issues
- Topic: I can not send an email from the platform.
- Replies: 2
- Views: 1159
Re: I can not send an email from the platform.
tank wrote:messages are in outbox till read
Thank you.
Joystick
您好,
以下這篇能用搖桿模擬滑鼠或鍵盤,我想請問如何用鍵盤模擬搖桿?比方說我按鍵盤A搖桿輸出向左,我按鍵盤B搖桿輸出向右。
國外的論壇有訊問過類似的問題,但卻無功而返,因此想懇請各位前輩賜教,提點。
感謝。
https://ahkcn.github.io/docs/scripts/JoystickMouse.htm
以下這篇能用搖桿模擬滑鼠或鍵盤,我想請問如何用鍵盤模擬搖桿?比方說我按鍵盤A搖桿輸出向左,我按鍵盤B搖桿輸出向右。
國外的論壇有訊問過類似的問題,但卻無功而返,因此想懇請各位前輩賜教,提點。
感謝。
https://ahkcn.github.io/docs/scripts/JoystickMouse.htm
- 20 Mar 2017, 08:32
- Forum: Forum Issues
- Topic: I can not send an email from the platform.
- Replies: 2
- Views: 1159
I can not send an email from the platform.
Hello,
Why can I not send an email from this platform ????
My outbox always has two......
Thank you. ^^
Why can I not send an email from this platform ????
My outbox always has two......
Thank you. ^^
- 09 Feb 2017, 07:28
- Forum: 请求帮助
- Topic: 請問如何從Exce穩定的l輸出值到網頁?
- Replies: 9
- Views: 6309
Re: 請問如何從Exce穩定的l輸出值到網頁?
Tmplinshi,
簡直不可思議,非常感謝您的指導。
簡直不可思議,非常感謝您的指導。
- 09 Feb 2017, 06:39
- Forum: 请求帮助
- Topic: 請問如何從Exce穩定的l輸出值到網頁?
- Replies: 9
- Views: 6309
Re: 請問如何從Exce穩定的l輸出值到網頁?
Tmplinshi,
原來如此,感謝您幫了我大忙了。
順帶一問,不太可能由滑鼠點選EXCEL FILE內的欄位來決定由哪一格開始輸出到網頁裡,對嗎?
感覺有點矛盾,如果可能的話想再請您指點指點。
原來如此,感謝您幫了我大忙了。
順帶一問,不太可能由滑鼠點選EXCEL FILE內的欄位來決定由哪一格開始輸出到網頁裡,對嗎?
感覺有點矛盾,如果可能的話想再請您指點指點。
- 09 Feb 2017, 06:24
- Forum: 请求帮助
- Topic: 請問如何從Exce穩定的l輸出值到網頁?
- Replies: 9
- Views: 6309
Re: 請問如何從Exce穩定的l輸出值到網頁?
請問如果我要從EXCEL內的A5欄位開始輸出數值該怎麼改呢?
謝謝。
謝謝。
- 09 Feb 2017, 04:41
- Forum: 请求帮助
- Topic: 請問如何從Exce穩定的l輸出值到網頁?
- Replies: 9
- Views: 6309
Re: 請問如何從Exce穩定的l輸出值到網頁?
謝謝tmplinshi
實際上我並不知道網頁內的A001是不是Test1,我只是舉例。實際上網頁內有非常多的格子,所以我才會用滑鼠去選擇從網頁內的哪一個格子開始輸出。
然後測試後顯示:>"C:\Program Files\AutoHotkey\AutoHotkey.exe" /ErrorStdOut "C:\Users\Administrator\Desktop\Test1.ahk"
不知道是不是我弄錯??? 請指教。
實際上我並不知道網頁內的A001是不是Test1,我只是舉例。實際上網頁內有非常多的格子,所以我才會用滑鼠去選擇從網頁內的哪一個格子開始輸出。
然後測試後顯示:>"C:\Program Files\AutoHotkey\AutoHotkey.exe" /ErrorStdOut "C:\Users\Administrator\Desktop\Test1.ahk"
不知道是不是我弄錯??? 請指教。
- 09 Feb 2017, 03:13
- Forum: 请求帮助
- Topic: 請問如何從Exce穩定的l輸出值到網頁?
- Replies: 9
- Views: 6309
請問如何從Exce穩定的l輸出值到網頁?
Hello, 我要從EXCEL將裡面30個數值從A1依序複製貼上到網頁的A001~A030. 依以下的做法可以將EXCEL FILE內的值陸續複製貼到Website內。 正確的動作是EXCEL A1的1複製到網頁的A001,EXCEL A2的2複製到網頁的A002,但有時會在網頁內的A001貼上兩次1或是同時存在1和2。 我想請各位看一下是不是程式寫得不好才會有這些問題? 或是有更好的方法? 感謝。 1. 開啟New folder內的Test1.exe 2. 開啟New folder內的Excel 3. 開啟New folder內的Website 4. 點擊Excel file內的A1欄位,然...
- 12 Aug 2016, 21:20
- Forum: 请求帮助
- Topic: 将ctrl与caps互换后,在日语输入法下,按ctrl,ctrl会一直被按住。
- Replies: 2
- Views: 3929
- 13 Jun 2016, 19:08
- Forum: 请求帮助
- Topic: 【已解决】有没有操作已经打开的Excel表的例子? Topic is solved
- Replies: 5
- Views: 4439
- 13 Jun 2016, 00:09
- Forum: 请求帮助
- Topic: 【已解决】有没有操作已经打开的Excel表的例子? Topic is solved
- Replies: 5
- Views: 4439
Re: 有没有操作已经打开的Excel表的例子? Topic is solved
好問題,我也很好奇。wz520 wrote:网上只找到了用COM实现开启Excel->打开工作表->修改->保存->关闭,一步到位。
但是如果我已经通过其他手段启动了Excel并在其中打开了一张表,如何用AHK对它进行操作?
- 22 May 2016, 21:24
- Forum: 请求帮助
- Topic: Joysitck (請問鍵盤如何模擬搖桿)
- Replies: 5
- Views: 5442
Re: Joysitck (請問鍵盤如何模擬搖桿)
謝謝,受教了。下次我會特別注意,再次謝謝。
- 18 May 2016, 18:06
- Forum: 请求帮助
- Topic: Joysitck (請問鍵盤如何模擬搖桿)
- Replies: 5
- Views: 5442
Re: Joysitck (請問鍵盤如何模擬搖桿)
請問是問題模糊不清還是Joystick相關問題比較冷門? 懇請有經驗的人給予一些指導,謝謝。
- 18 May 2016, 00:10
- Forum: Ask For Help
- Topic: How to use the keyboard to control joystick ?
- Replies: 8
- Views: 4616
Re: How to use the keyboard to control joystick ?
Hello guys,
Please tell me if you have any ideas. Many thanks.
Please tell me if you have any ideas. Many thanks.