Search found 770 matches

by Joe Glines
22 Jul 2020, 20:00
Forum: Off-topic Discussion
Topic: Help decide our future AHK Courses
Replies: 3
Views: 2917

Help decide our future AHK Courses

I've hired RaptorX (AHK Tuts on YouTube) to help me create some quality AutoHotkey courses . We want to prioritize course creation by gauging interest. Can you please take this 2-minute survey to help us understand where we should focus our efforts? Entrants that complete survey will have the chance...
by Joe Glines
10 Jul 2020, 11:06
Forum: Tutorials (v1)
Topic: AutoHotkey Tutorial for Beginners
Replies: 4
Views: 10134

AutoHotkey Tutorial for Beginners

I created a very in-depth, high-quality, 1-hour Intro to AutoHotkey Tutorial for Beginners . I think this will help a lot of new people learn the basics of AutoHotkey! If you find it helpful, I'd appreciate any help liking/sharing The description has the time-codes for all the links I provide. By th...
by Joe Glines
22 Jun 2020, 08:01
Forum: Ask for Help (v1)
Topic: Your Practical Business Efficiency Use-Cases
Replies: 3
Views: 1650

Re: Your Practical Business Efficiency Use-Cases

I'd recommend getting in touch with @Joe Glines Thanks for the mention BoBo. While dated, I'd take a look at the AutoHotkey User study Jackie and I did in 2016. Click here to download the deck. While we didn't ask what they did in automation, we did ask about their favorite functionality. You could...
by Joe Glines
16 Jun 2020, 13:58
Forum: Tutorials (v1)
Topic: Excel Tutorials and XL Function library
Replies: 22
Views: 48749

Re: Excel Tutorials and XL Function library

@nik2502
I don't use it (nor do I think many do). but, yes, sure should be able to. I just tried to record a macro in Excel (with the Excel macro recorder) and it captures the code for setting data validation. You can do the same thing, and add it to your version
by Joe Glines
15 Jun 2020, 06:07
Forum: Tutorials (v1)
Topic: Excel Tutorials and XL Function library
Replies: 22
Views: 48749

Re: Excel Tutorials and XL Function library

@Axxi that is something you can figure it... I'm not using the Excel search/replace so it is just adding some AutoHotkey code / logic
by Joe Glines
11 Jun 2020, 18:41
Forum: Off-topic Discussion
Topic: Learn how to protect your Intellectual Property in this free AHK webinar
Replies: 38
Views: 439687

Re: Learn how to protect your Intellectual Property in this free AHK webinar

alfred0809 wrote:
10 Jun 2020, 06:53
doesnt only ahk itself have to stay open-source? where does it say anything about scripts written for ahk having to be open-source?
There's no reason why our scripts have to stay open-sourced.
by Joe Glines
07 Jun 2020, 15:36
Forum: Ask for Help (v1)
Topic: Best Text Editor for AHK?
Replies: 31
Views: 29010

Re: Best Text Editor for AHK?

Here are my thoughts on the matter... It depends both on your level of expertise and how often you program in languages other than AutoHotkey :)

by Joe Glines
20 May 2020, 11:46
Forum: Tutorials (v1)
Topic: Intermediate AutoHotkey on Udemy
Replies: 0
Views: 5841

Intermediate AutoHotkey on Udemy

I'm stoked to announce that my is now Intermediate AutoHotkey Course is now on Udemy. You can watch this video where I walk through what is covered in the course (or look below). If you use this link you'll be able to purchase it for ~ $12.99 . I'm also giving away 10 coupons for free access to the ...
by Joe Glines
04 May 2020, 09:57
Forum: Ask for Help (v1)
Topic: Help with and understanding classNN and alternatives?
Replies: 7
Views: 7816

Re: Help with and understanding classNN and alternatives?

Hi lexikos, I'm trying to dive a little deeper into ClassNN and Controls. Above you said: ClassNN is based on how many (NN) of a particular class of control there are in the window, and the order that the program puts them in. Therefore, the NN in ClassNN changes when more or less controls are creat...
by Joe Glines
26 Apr 2020, 09:24
Forum: Off-topic Discussion
Topic: I finally broke 2,000 subscribers on my AutoHotkey YouTube channel!
Replies: 14
Views: 5068

Re: I finally broke 2,000 subscribers on my AutoHotkey YouTube channel!

@Guest
Thank you! I'm also excited about my new tool to help write AutoHotkey syntax for finding & clicking / sending text
https://the-automator.com/AmT
by Joe Glines
22 Apr 2020, 08:14
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 454678

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

jadams I'm not aware of any tutorials (other than what I've done). In truth though, studying the DOM is more important than learning on a given browser. I have a lot of tutorials for IE https://the-automator.com/web-scraping-with-autohotkey/ plus several webinars on web scraping. You'd just then ne...
by Joe Glines
20 Apr 2020, 15:32
Forum: Tutorials (v1)
Topic: Connecting to API / Web services
Replies: 7
Views: 20658

Re: Connecting to API / Web services

@nichatr
Okay, I've uploaded my latest versions. From memory, I added a bunch of items under "Example API calls" templates
by Joe Glines
20 Apr 2020, 15:26
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 454678

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

ok. When I first used it I think it connected to tabs differently. Granted I think it has been several years now so I just don't recall.
by Joe Glines
20 Apr 2020, 15:07
Forum: Tutorials (v1)
Topic: Connecting to API / Web services
Replies: 7
Views: 20658

Re: Connecting to API / Web services

@nichatr You bet! I need to push out my current one as I'd made some changes. I'll try and get to that later today
by Joe Glines
20 Apr 2020, 15:00
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 454678

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

I'm hesitant to mention it as I think it is all null/void with the latest version of GeekDude's class. I haven't updated it since I created it which was quite a while ago. I think there were fundamental changes done to the Chrome class that will prevent it from working.
by Joe Glines
10 Apr 2020, 06:34
Forum: Scripts and Functions (v1)
Topic: new Notify class leveraging Window's Animations from Maestrith
Replies: 26
Views: 7405

Re: new Notify class leveraging Window's Animations from Maestrith

burque505 I've used gwarble's code for years but I was never a "fan" of how it worked or the way it was implemented. That was why I asked Maestrith to take a look at it. I think he brought it great functionality and made it much more intuitive. P.S. The code is bound to change as it is new. That's ...

Go to advanced search