Search found 24 matches
- 07 Jul 2020, 01:13
- Forum: Ask For Help
- Topic: Why use InStr for FileExist() Topic is solved
- Replies: 5
- Views: 2472
Re: Why use InStr for FileExist() Topic is solved
In this example, return value of FileExist is H (Hidden) and func InStr will check, if return value have "H" then show msgbox my file is hidden... I dont know why u ask this question... Its very easy, just to check attribute of dest file
- 01 Nov 2019, 05:03
- Forum: Scripts and Functions
- Topic: AHK-Studio - Fix for gui.xml error
- Replies: 1
- Views: 1379
Re: AHK-Studio - Fix for gui.xml error
Hi AHK_User, thanks for useful tip.
Do you know how to add custom calltip in AHK Studio? I was find in menu but nothing... Can you help me? I think AHK Studio is best editor for AHK, but I'm using SciTE because of above reason.
Do you know how to add custom calltip in AHK Studio? I was find in menu but nothing... Can you help me? I think AHK Studio is best editor for AHK, but I'm using SciTE because of above reason.
- 19 Sep 2019, 22:49
- Forum: AutoHotkey_H
- Topic: Update AHK_H v1 & v2 Topic is solved
- Replies: 5
- Views: 4180
- 19 Sep 2019, 22:20
- Forum: AutoHotkey_H
- Topic: Update AHK_H v1 & v2 Topic is solved
- Replies: 5
- Views: 4180
Update AHK_H v1 & v2 Topic is solved
About 3 month AHK_H no longer update, AHK_v2 update a little bit and I like switch case, it makes my code is shotter, can you update your AHK_H to newest version AHK_v2 or v1? Thank you.
- 31 Jul 2019, 19:12
- Forum: Scripts and Functions
- Topic: v1 -> v2 Script Converter
- Replies: 18
- Views: 8262
Re: v1 -> v2 Script Converter
Does anyone know editor support v2 syntax? Thank you!
- 29 Jun 2019, 03:01
- Forum: Scripts and Functions
- Topic: BufferAlloc() for AHK 1.1
- Replies: 1
- Views: 853
Re: BufferAlloc() for AHK 1.1
Sorry for an unrelated question, can you ask which editor you use for AutoHotkey v2? Very few editor support syntax of AutoHotkey v2
- 03 May 2019, 01:44
- Forum: Scripts and Functions
- Topic: [FUNC][V1]JSON Library For AutoHotkey
- Replies: 1
- Views: 1125
[FUNC][V1]JSON Library For AutoHotkey
Hello everyone, I'm new in here... Today I want to share first function i have made. I am not good english so I don't write to much :lol: This is function I convert from autoit and improve, add some new method such as filter in example2 below... Well about using, you can see in example.ahk → I comme...
- 25 Apr 2019, 11:39
- Forum: AHK Studio
- Topic: AHK Studio
- Replies: 1163
- Views: 444600
Re: AHK Studio
Maybe you are not understanding. The point was to make sure that your script has the correct encoding (UTF-8 or unicode), and not to use Notepad as an editor or IDE. You would be using Notepad to make sure the encoding is what you need. Also, it will help clarify the type of unicode encoding. Are y...
- 24 Apr 2019, 18:13
- Forum: AHK Studio
- Topic: AHK Studio
- Replies: 1163
- Views: 444600
Re: AHK Studio
I can't write unicode character in AHK Studio. One simple way, is to paste the script in Windows Notepad, and save the file as UTF-8. 1) When you click " Save As " in Notepad, at the bottom, you will see " Encoding " 2) Select " UTF-8 " 3) With " Save as type ", select " All Files " 4) Type in the ...
- 23 Apr 2019, 08:09
- Forum: AHK Studio
- Topic: AHK Studio
- Replies: 1163
- Views: 444600
Re: AHK Studio
I only have access to an English keyboard so I can not test entering these keystrokes :( Copy/Paste works fine for me as well but I have no idea how to enter these characters without doing so to test and fix the issue. Let me know what sort of keyboard you use and how you are entering these charact...
- 22 Apr 2019, 02:46
- Forum: Scripts and Functions
- Topic: Using Google Translate to automate text translation
- Replies: 162
- Views: 38379
Re: Using Google Translate to automate text translation
Isn't Google going to block the app if one uses it often? It's a very nice script and idea, but I'm worried that it will get blocked. No, it just a function get tk param when request unless google change their code. But JScript can run corretly in some computer... Use htmlfile object will run as we...
- 22 Apr 2019, 02:44
- Forum: AHK Studio
- Topic: AHK Studio
- Replies: 1163
- Views: 444600
Re: AHK Studio
Hi maestrith. I can't write unicode character in AHK Studio. Can you fix it? Thank you. Please let me know what UTF characters you are having trouble with. I cannot write vietnamese languague in this editor... Like: tiếng việt It can display ok when copy and paste but not when i code. It will show ...
- 15 Apr 2019, 20:15
- Forum: Scripts and Functions
- Topic: Url Parser
- Replies: 13
- Views: 7557
Re: Url Parser
This is my function URLSplit for my HttpRequest lib... Maybe it's useful for someone. SciTE_KEbIkDsJne.png __HTTPRequest_URLSplit(sURL) { Local oResult := {} ; ------------------------------------------------------------ ; Khởi tạo các biến key, value của object mặc định oResult.Port := 80, oResult....
- 15 Apr 2019, 12:20
- Forum: AHK Studio
- Topic: AHK Studio
- Replies: 1163
- Views: 444600
Re: AHK Studio
I can't write unicode character in AHK Studio. Did you try Alt-M, then "Force UTF-8"? Thanks, i'l try it... Can i ask another question? Do you know how to add calltip to ahk studio like scite (just add function to ahk.api)... Thank you. Sorry my english is not good. EDIT1: I try Force-UTF-8 but i c...
- 15 Apr 2019, 02:49
- Forum: AHK Studio
- Topic: AHK Studio
- Replies: 1163
- Views: 444600
Re: AHK Studio
Hi maestrith.
I can't write unicode character in AHK Studio. Can you fix it? Thank you.
I can't write unicode character in AHK Studio. Can you fix it? Thank you.
- 04 Jan 2019, 07:33
- Forum: Ask For Help
- Topic: Can we using xNet or something like this with AutoHotkey?
- Replies: 1
- Views: 481
Re: Can we using xNet or something like this with AutoHotkey?
Sorry for pump, but anyone know xNet wrapper for AHK? or something like that. Thank you.
- 03 Jan 2019, 05:04
- Forum: Ask For Help
- Topic: Can we using xNet or something like this with AutoHotkey?
- Replies: 1
- Views: 481
Can we using xNet or something like this with AutoHotkey?
I just wrote a function _HttpRequest using WinHttp, but WinHttp only support proxy, can't using sock5 or SSH... So I just want to know autohotkey can using xNet.dll or can using sock or ssh in request. Thanks for your help... Sorry my bad english.
- 14 Sep 2018, 01:39
- Forum: Ask For Help
- Topic: [Need Help]Upload with WinHTTP
- Replies: 6
- Views: 1192
Re: [Need Help]Upload with WinHTTP
Many thanks to you, tmplinshi, you're awesome. Edit: I just look it topic, hummm... I know using rawwrite to direct write binary to file... But maybe, I want to save it into variable, and write to file when i want... Do you have any idea to do that? I can save string to memory and get from memory......
- 13 Sep 2018, 23:24
- Forum: Ask For Help
- Topic: [Need Help]Upload with WinHTTP
- Replies: 6
- Views: 1192
Re: [Need Help]Upload with WinHTTP
Hello @tmplinshi, thanks for your help. But can you help me one more again? In _WinHTTP_ReadData Function, I want to add option to save binary in variable if I request to some image, or somefile, and after that, write this binary to file. But i have no idea to do that... Can you give me some suggest...
- 11 Sep 2018, 04:36
- Forum: Ask For Help
- Topic: [Need Help]Upload with WinHTTP
- Replies: 6
- Views: 1192
Re: [Need Help]Upload with WinHTTP
@tmplinshi: thanks for your reply... I'll try when I at home. Thanks again... 
