Search found 3152 matches
- Yesterday, 11:58
- Forum: General Discussion
- Topic: Another ahk solution, coffeescript to ahk
- Replies: 3
- Views: 622
Re: Another ahk solution, coffeescript to ahk
interesting
- 09 Jan 2021, 21:55
- Forum: AutoHotkey_H
- Topic: [Info] MD vs MT && Unicode vs ANSI
- Replies: 5
- Views: 2302
- 09 Jan 2021, 21:52
- Forum: Scripts and Functions
- Topic: Python-like Error System
- Replies: 3
- Views: 224
Re: Python-like Error System
interesting thank you
- 09 Jan 2021, 01:43
- Forum: Scripts and Functions
- Topic: Python-like Error System
- Replies: 3
- Views: 224
Re: Python-like Error System
for those of us who are not familiar with python, what new features / usability does this provide that normal ahk doesn't?
- 14 Nov 2020, 18:05
- Forum: Offtopic
- Topic: What keyboard you are using for AutoHotKey?
- Replies: 12
- Views: 351
Re: What keyboard you are using for AutoHotKey?
@guest3456 , I have same laptop, but different version "Lenovo TouchPad x130e", but it's super uncomfortable for keyboard. So I am using the cheap keyboard "ICAN wk-618" for over 5 years. But soon I will be changing to a mechanical keyboard. Touchpad's are not the same laptop at all. Thinkpad's are...
- 14 Nov 2020, 18:03
- Forum: Offtopic
- Topic: YouTube Ads
- Replies: 14
- Views: 2747
- 14 Nov 2020, 14:43
- Forum: Offtopic
- Topic: YouTube Ads
- Replies: 14
- Views: 2747
- 14 Nov 2020, 14:41
- Forum: Offtopic
- Topic: What keyboard you are using for AutoHotKey?
- Replies: 12
- Views: 351
- 12 Nov 2020, 10:35
- Forum: Offtopic
- Topic: « What's on your mind? »
- Replies: 4477
- Views: 1066076
Re: « What's on your mind? »
hope everyone is ready to get rich next year with Bitcoin
i may build an AHK cryptocurrency just for fun
i may build an AHK cryptocurrency just for fun
- 23 Oct 2020, 06:01
- Forum: AutoHotkey v2 Development
- Topic: change from v1 to v2 - is it possible to get a whole list of all errors?
- Replies: 6
- Views: 1522
Re: change from v1 to v2 - is it possible to get a whole list of all errors?
you can try this, its old and definitely not up to date, but can maybe save some time: https://www.autohotkey.com/boards/viewtopic.php?t=25100 actually i think that converter still uses the old command syntax, and now in v2 its all functions just without the parens() and so all params are expression...
- 21 Oct 2020, 02:17
- Forum: Scripts and Functions
- Topic: TV_DragAndDrop - Drag & Drop function for TreeView controls (Updated Nov, 13, 2020)
- Replies: 20
- Views: 902
- 21 Oct 2020, 02:13
- Forum: About This Community
- Topic: My absense for several months now
- Replies: 4
- Views: 363
Re: My absense for several months now
thanks for the update. things seem to be running smoothly, i didnt even realize you were missing. good luck on your health issues. and i'll be sure to check out your youtube
- 11 Oct 2020, 18:00
- Forum: Ask For Help
- Topic: Please help to resolve this error message while I use ACC MSAA lib?
- Replies: 7
- Views: 212
Re: Please help to resolve this error message while I use ACC MSAA lib?
then do what teadrinker said, that should fix itSabestian Caine wrote: ↑11 Oct 2020, 11:37This is happening only on specific windows only not on every window...
specifically on this dictionary program-
- 11 Oct 2020, 10:00
- Forum: Ask For Help
- Topic: AHKOSK Onscreen Keyboard revisited
- Replies: 1
- Views: 88
- 11 Oct 2020, 09:56
- Forum: Ask For Help
- Topic: Please help to resolve this error message while I use ACC MSAA lib?
- Replies: 7
- Views: 212
Re: Please help to resolve this error message while I use ACC MSAA lib?
does it happen when you try on every window? or only certain windows?
- 06 Oct 2020, 20:35
- Forum: Scripts and Functions
- Topic: InputComboBox()
- Replies: 1
- Views: 253
Re: InputComboBox()
nice, i've wanted something like this before
- 05 Oct 2020, 22:46
- Forum: Scripts and Functions
- Topic: Internet Explorer / FireFox - Activate Tab (UIA - 64bit AHK)
- Replies: 13
- Views: 5629
Re: Internet Explorer / FireFox - Activate Tab (UIA - 64bit AHK)
I use IAccessible for my needs. UIA I have used only several times therefore I do not know much about it. IAccessible Acc.ahk lib is very slow because you have to traverse all child elements yourself, and then compare name/value/type... few games i tested was like 500+ ms to search for an item i wa...
- 03 Oct 2020, 18:18
- Forum: Gaming
- Topic: We are looking for scripters and we will pay
- Replies: 3
- Views: 95
Re: We are looking for scripters and we will pay
might be better to give an idea of what kind of work you need done so that people can know if they are capable of delivering or not
- 03 Oct 2020, 09:13
- Forum: Scripts and Functions
- Topic: Internet Explorer / FireFox - Activate Tab (UIA - 64bit AHK)
- Replies: 13
- Views: 5629
Re: Internet Explorer / FireFox - Activate Tab (UIA - 64bit AHK)
First of all You have to change sending structures with dllcall. For example here https://docs.microsoft.com/en-us/windows/win32/api/uiautomationclient/nf-uiautomationclient-iuiautomation-createpropertycondition structure variant in 64 bit should be send as pointer but in 32 bit as 2 int64. https:/...
- 02 Oct 2020, 10:14
- Forum: Scripts and Functions
- Topic: Internet Explorer / FireFox - Activate Tab (UIA - 64bit AHK)
- Replies: 13
- Views: 5629
Re: Internet Explorer / FireFox - Activate Tab (UIA - 64bit AHK)
does anyone know what needs to be done to make this 32 bit compatible?