Your code is the same as from swagfag.
id should not be constant.
Look at c# code from github, or if You dont understand it, look at network requests in browser.
Search found 861 matches
- 26 Feb 2021, 15:41
- Forum: Ask For Help
- Topic: Making this awesome Google Translate Script work for DeepL Topic is solved
- Replies: 26
- Views: 4256
- 26 Feb 2021, 15:07
- Forum: Ask For Help
- Topic: Making this awesome Google Translate Script work for DeepL Topic is solved
- Replies: 26
- Views: 4256
Re: Making this awesome Google Translate Script work for DeepL Topic is solved
Post Your code.All designs on a guithab based on the winhttprequest with a repeat of the behavior of the browser - stopped working
- 26 Feb 2021, 12:24
- Forum: Ask For Help
- Topic: Making this awesome Google Translate Script work for DeepL Topic is solved
- Replies: 26
- Views: 4256
Re: Making this awesome Google Translate Script work for DeepL Topic is solved
If You can do it in browser then You can repeat it with winhttprequest.
But for me this particular case not actual and not interesting.
But for me this particular case not actual and not interesting.
- 26 Feb 2021, 11:06
- Forum: Ask For Help
- Topic: Making this awesome Google Translate Script work for DeepL Topic is solved
- Replies: 26
- Views: 4256
Re: Making this awesome Google Translate Script work for DeepL Topic is solved
I have already dont remember.
You can look what You send from browser.
You can look what You send from browser.
- 26 Feb 2021, 11:03
- Forum: Gaming
- Topic: ActiveX Web Page Doesn't Look Like Original Web Page
- Replies: 3
- Views: 83
- 25 Feb 2021, 12:26
- Forum: Ask For Help
- Topic: ComObjCreate() + Spotify
- Replies: 15
- Views: 392
Re: ComObjCreate() + Spotify
My understanding was that using Spotify's https://developer.spotify.com/documentation/ web-playback-sdk /reference/ it shouldn't be complicated to run (and probably control) a song with embedding it into whatever AHK framework?! You are wrong, it is only for premium account and I am not sure that e...
- 21 Feb 2021, 04:49
- Forum: Ask For Help
- Topic: Download file from internet Topic is solved
- Replies: 16
- Views: 419
Re: Download file from internet Topic is solved
Code: Select all
url := "https://github.com/mozilla/geckodriver/releases/download/v0.29.0/geckodriver-v0.29.0-win64.zip"
req := ComObjCreate("Msxml2.XMLHTTP")
req.open("GET", "http://expandurl.com/api/v1/?url=" url)
req.send()
while req.readyState != 4
sleep 100
msgbox % req.ResponseText
- 14 Feb 2021, 21:22
- Forum: Tutorials
- Topic: Using Selenium with AutoHotkey- Cross browser automation!
- Replies: 162
- Views: 100950
- 12 Feb 2021, 02:03
- Forum: Ask For Help
- Topic: Bass Library Documentation
- Replies: 19
- Views: 327
Re: Bass Library Documentation
It is OK. When You understand how correctly call dll, then You have to read manual of dll that You called and make some conclusions. http://www.un4seen.com/doc/#bass/BASS_ATTRIB_MUSIC_SPEED.html Remarks This attribute is a direct mapping of the MOD's speed, so the value can be changed via effects in...
- 12 Feb 2021, 01:38
- Forum: Ask For Help
- Topic: Bass Library Documentation
- Replies: 19
- Views: 327
Re: Bass Library Documentation
Your actual problem is that You dont know how correctly call dll. If You understand how to correct call them, then You will not get problem in feature. You have to look to what each dllcall returns and check this response is OK or not. Also after each dllcal You have to look at errorlevel to see it ...
- 12 Feb 2021, 01:15
- Forum: Ask For Help
- Topic: Bass Library Documentation
- Replies: 19
- Views: 327
Re: Bass Library Documentation
1) BASS_Init := DllCall(A_ScriptDir . "\bass.dll\BASS_Init",Int,-1,UInt,44100,Int,0,UInt,0,UInt,0) not right. should be BASS_Init := DllCall(A_ScriptDir . "\bass.dll\BASS_Init",Int,-1,UInt,44100,Int,0,"ptr",0,"ptr",0) 2) You dont need this BASS_start := DllCall(A_ScriptDir . "\bass.dll\BASS_Start", ...
- 12 Feb 2021, 00:57
- Forum: Ask For Help
- Topic: Bass Library Documentation
- Replies: 19
- Views: 327
Re: Bass Library Documentation
I dont see any code that plays wav with bass.dll from You.
- 12 Feb 2021, 00:40
- Forum: Ask For Help
- Topic: Bass Library Documentation
- Replies: 19
- Views: 327
Re: Bass Library Documentation
1) You have to understand how to call dll calls. (RTFM)
2) Try just play mp3 with dllcall to bass.dll.
2) Try just play mp3 with dllcall to bass.dll.
- 11 Feb 2021, 04:36
- Forum: Ask For Help
- Topic: Bass Library Documentation
- Replies: 19
- Views: 327
Re: Bass Library Documentation
If You want to get help with errors in Your code, then post it.
If You want to get ready code then hire freelancer.
If You want to get ready code then hire freelancer.
- 09 Feb 2021, 16:53
- Forum: Ask For Help
- Topic: Bass Library Documentation
- Replies: 19
- Views: 327
Re: Bass Library Documentation
You have to google their forum.
http://www.un4seen.com/forum/?topic=16913.0
http://www.un4seen.com/forum/?topic=16913.0
- 07 Feb 2021, 05:25
- Forum: Ask For Help
- Topic: drag-drop a file to an existing window Topic is solved
- Replies: 2
- Views: 67
- 06 Feb 2021, 20:33
- Forum: Ask For Help
- Topic: LibLTC.dll
- Replies: 6
- Views: 956
Re: LibLTC.dll
You have to read c++ code example and convert it to ahk.
For example this:
https://github.com/ArtScienceLab/ARDUINO_LTC_DECODER/blob/master/LTCDecoder/src/main.cpp
For example this:
https://github.com/ArtScienceLab/ARDUINO_LTC_DECODER/blob/master/LTCDecoder/src/main.cpp
- 06 Feb 2021, 16:30
- Forum: Ask For Help
- Topic: Code works with 64-bit AHK but not 32-bit
- Replies: 3
- Views: 116
Re: Code works with 64-bit AHK but not 32-bit
If You look here: https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-enumfontfamiliesw and then here lpProc A pointer to the application defined callback function. For information, see EnumFontFamProc. https://docs.microsoft.com/en-us/previous-versions/dd162621(v=vs.85) You will see...
- 30 Jan 2021, 11:12
- Forum: Ask For Help
- Topic: Upload Image to Discord through Webhook API (Will Pay $20)
- Replies: 7
- Views: 207
Re: Upload Image to Discord through Webhook API (Will Pay $20)
Payment received.
Thank You!
Thank You!
- 30 Jan 2021, 10:52
- Forum: Ask For Help
- Topic: Upload Image to Discord through Webhook API (Will Pay $20)
- Replies: 7
- Views: 207
Re: Upload Image to Discord through Webhook API (Will Pay $20)
Read manual.
Code: Select all
InputBox, SelectedFilepath, Filepath, Please Input Filepath
var1 := [SelectedFilepath]