Search found 74 matches
- 21 Sep 2017, 08:58
- Forum: Ask For Help
- Topic: display a number in notification/taskbar/clock area
- Replies: 7
- Views: 2400
Re: display a number in notification/taskbar/clock area
https://autohotkey.com/board/topic/60605-ahl-lv2-tt-full-blown-tooltip-library/ :?: I get error in both versions TT.ahk gives: TT-master\TT-master\TT.ahk (226) : ==> Call to nonexistent function. Specifically: Struct(_RECT),T.P:=Struct(_TOOLINFO),P:=T.P,P.cbSize:=sizeof(_TOOLINFO),P.uFlags:=(HWND?0...
- 21 Sep 2017, 06:48
- Forum: Ask For Help
- Topic: display a number in notification/taskbar/clock area
- Replies: 7
- Views: 2400
display a number in notification/taskbar/clock area
I want to display a price rate on my notification area so that I can always monitor the price. How to display a number in notification/taskbar/clock area like those software which shows the network traffic, etc?
Something like this:
Something like this:
- 30 Jul 2017, 17:28
- Forum: Scripts and Functions
- Topic: AHKSock Implementation (TCP for AHK)
- Replies: 4
- Views: 2588
Re: AHKSock Implementation (TCP for AHK)
Does it work over the internet?
is there a way to create a P2P connection without changing the firewall and routing settings?
is there a way to create a P2P connection without changing the firewall and routing settings?
- 29 Jul 2017, 21:17
- Forum: Ask For Help
- Topic: [Solved] IAccessible - Accessible Objects
- Replies: 9
- Views: 4096
Re: [Solved] IAccessible - Accessible Objects
I am trying to click/toggle a button using ACC library. The code works but it returns an error after click: Error: 0x80004005 - Unspecified error Source: (null) Description: (null) HelpFile: (null) HelpContext: 0 Specifically: accDoDefaultAction Line# 133: Acc_Init() 134: objected := Acc_Get("Object...
- 29 Jul 2017, 10:01
- Forum: Scripts and Functions
- Topic: Record a WAV file with BASS.dll
- Replies: 8
- Views: 2805
Re: Record a WAV file with BASS.dll
Could you share the bass64.dll and the BASS LIB? I have tried three versions on the internet but they doesn't work. I could not find the 64bit DLL from https://www.un4seen.com
- 29 Jul 2017, 09:33
- Forum: Ask For Help
- Topic: Bass.ahk lib
- Replies: 9
- Views: 1994
Re: Bass.ahk lib
Thanks trust_me. is there any script to save the recorded audio?
What is the best choice to record both Mic and StereoMix (speaker) at the same time?
I could not find the BASS.DLL 64bit from https://www.un4seen.com/ Could you please share that with me?
What is the best choice to record both Mic and StereoMix (speaker) at the same time?
I could not find the BASS.DLL 64bit from https://www.un4seen.com/ Could you please share that with me?
- 29 Jul 2017, 08:12
- Forum: Ask For Help
- Topic: Bass.ahk lib
- Replies: 9
- Views: 1994
Re: Bass.ahk lib
The links are broken. Can you share the BASS Lib files?
Thanks.
Thanks.
- 29 Jul 2017, 07:08
- Forum: Ask For Help
- Topic: How do I speak HTTP with WinSock to create API Server?
- Replies: 3
- Views: 650
Re: How do I speak HTTP with WinSock to create API Server?
https://autohotkey.com/board/topic/53827-ahksock-a-simple-ahk-implementation-of-winsock-tcpip/ https://www.google.de/search?q=site%3Aautohotkey.com+server+winsock Winsock is a bare TCP/IP protocol and doesn't speak HTTP. Winsock proper does not provide a way for you to speak these protocols, becaus...
- 28 Jul 2017, 22:07
- Forum: Scripts and Functions
- Topic: AHKhttp - HTTP Server
- Replies: 55
- Views: 29955
Re: AHKhttp - HTTP Server
metacognition wrote:yes.

- 28 Jul 2017, 22:00
- Forum: Scripts and Functions
- Topic: AHKhttp - HTTP Server
- Replies: 55
- Views: 29955
Re: AHKhttp - HTTP Server
Thanks for sharing.
is it possible to access this HTTP Server using its IP address and port on the internet? is it secure?
is it possible to access this HTTP Server using its IP address and port on the internet? is it secure?
- 28 Jul 2017, 21:28
- Forum: Ask For Help
- Topic: How do I speak HTTP with WinSock to create API Server?
- Replies: 3
- Views: 650
How do I speak HTTP with WinSock to create API Server?
How to create a secure HTTP server using AHK?
is it possible to access the server on the internet using its IP and port? e.g. http://110.175.xxx.xx:8000/apiKey=abcd12345
The server should return some text only and the security is important.
is it possible to access the server on the internet using its IP and port? e.g. http://110.175.xxx.xx:8000/apiKey=abcd12345
The server should return some text only and the security is important.
- 31 May 2017, 09:55
- Forum: Scripts and Functions
- Topic: [Class] SQLiteDB - Update on 2019-12-12
- Replies: 234
- Views: 71425
Re: [Class] SQLiteDB - Update on 2016-03-28
How perform the below query in your library?
It would be nice if I could put the IDs in an array and then perform the query.
Code: Select all
SELECT body FROM table1 WHERE user IN ('id1', 'id2', 'id3')
- 30 May 2017, 15:14
- Forum: Scripts and Functions
- Topic: CreateFormData - Create "multipart/form-data" for http post (Updated:2019-01-13)
- Replies: 26
- Views: 15892
Re: CreateFormData - Creates "multipart/form-data" for http post
I need to upload a file (photo, audio, etc) to my API using multipart/form-data. I am using your code and it uploads the photo successfully but at the end I get the below error: What are the settings that needs to be changed? How can I get the response from my API after uploading the file? (The resp...
- 29 May 2017, 06:28
- Forum: Scripts and Functions
- Topic: Get the URL of the current (active) browser tab
- Replies: 148
- Views: 85902
Re: Get the URL of the current (active) browser tab
Thanks atnbueno, great script. There is a bug and I don't know how to fix the problem. If I opened two Chrome windows (each with different tabs), the script works well but once I add a new blank tab and press the ^+!u then the script will return the previous active tab URL and after that it get stuc...
- 29 May 2017, 05:37
- Forum: Ask For Help
- Topic: grab current tab URL in Chrome browser Topic is solved
- Replies: 1
- Views: 403
grab current tab URL in Chrome browser Topic is solved
I want to grab the current tab URL in Chrome browser when the user press Ctrl+Shift+Y keys. Since Chrome doesn't support COM, what are the possible ways to get the URL?
- 28 May 2017, 16:13
- Forum: Ask For Help
- Topic: How to loop through nested objects?
- Replies: 6
- Views: 1865
Re: How to loop through nested objects?
I just found Lexikos's solution but his method works only if I have not yet created the object. is this problem still unsolved? I couldn't bring jeeswg's method to work. Lexikos's methos: https://autohotkey.com/board/topic/61792-ahk-l-for-loop-in-order-of-key-value-pair-creation/?p=389662 jeeswg's m...
- 28 May 2017, 13:58
- Forum: Ask For Help
- Topic: How to loop through nested objects?
- Replies: 6
- Views: 1865
Re: How to loop through nested objects?
Thanks Kon. It seems that AHK enumerate the key's content alphanumerically. In PHP, keys can keep both numeric and string contents. Is there a way to change the order?
- 28 May 2017, 12:35
- Forum: Ask For Help
- Topic: How to loop through nested objects?
- Replies: 6
- Views: 1865
How to loop through nested objects?
How to retrieve all the keys and values while we don't know the keys? The incoming objects are nested and I need to retrieve them in order as below: { "update_id": 564654654, "message": { "message_id": 515, "from": { "id": 6514651651, "first_name": "test", "username": "test", "language_code": "en" }...
- 27 May 2017, 18:50
- Forum: Ask For Help
- Topic: Save object to DB challenge
- Replies: 0
- Views: 306
Save object to DB challenge
I have more than 20 types of objects and due to some reasons each type might have some missed key, value pairs. I want to save them to MySQL as below: insert Type1 objects in Table1 insert Type2 objects in Table2 insert Type3 objects in Table3,... My problem is that when I have some missing (key, va...
- 26 May 2017, 10:29
- Forum: Ask For Help
- Topic: What is the equivalent of php's print_r() in AHK? Topic is solved
- Replies: 4
- Views: 1026
Re: What is the equivalent of php's print_r() in AHK? Topic is solved
Thanks HotKeyIt. You have been a great help. I had some unknown objects that I couldn't figure them out. This helped me to retrieve them based on their structure.