AutoHotkey Toolkit
http://www.autohotke...ohotkey toolkit

[AHKTuts] AHK Video Tutorials
Started by
RaptorX
, Jun 29 2010 06:52 PM
113 replies to this topic
#61
-
Posted 25 November 2010 - 09:07 AM
![[AHKTuts] AHK Video Tutorials: post #61](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
yep, thats my pet project.
I use it quite a lot, and it appears on my vids quite often... cant live without the Live Code function anymore. :lol:
I use it quite a lot, and it appears on my vids quite often... cant live without the Live Code function anymore. :lol:
#62
-
Posted 25 November 2010 - 02:33 PM
![[AHKTuts] AHK Video Tutorials: post #62](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
New content added:
[Beginners Playlist] <!-- m -->http://www.youtube.c... ... 3E8DBED76C<!-- m -->
[Advanced Playlist] <!-- m -->http://www.youtube.c... ... AD97C5EFED<!-- m -->
Current Contents:
--Autohotkey Tutorials for Beginners--
5x0 - Recap [p1] new
5x0 - Recap [p2] new
--
--Autohotkey Tutorials for Advanced Users--
General Debugging Concepts [p1] new
General Debugging Concepts [p2] new
--
It took me a little time to upload these guys because of my offline job.
Hope is helpful for you guys!
[Beginners Playlist] <!-- m -->http://www.youtube.c... ... 3E8DBED76C<!-- m -->
[Advanced Playlist] <!-- m -->http://www.youtube.c... ... AD97C5EFED<!-- m -->
Current Contents:
--Autohotkey Tutorials for Beginners--
5x0 - Recap [p1] new
5x0 - Recap [p2] new
--
--Autohotkey Tutorials for Advanced Users--
General Debugging Concepts [p1] new
General Debugging Concepts [p2] new
--
It took me a little time to upload these guys because of my offline job.
Hope is helpful for you guys!
#63
-
Posted 05 December 2010 - 06:24 PM
![[AHKTuts] AHK Video Tutorials: post #63](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
New content added:
[Beginners Playlist] <!-- m -->http://www.youtube.c... ... 3E8DBED76C<!-- m -->
Current Contents:
--Autohotkey Tutorials for Beginners--
6x0 - Loop Basics [p1] new
6x0 - Loop Basics [p2] new
--
I am sorry if any of you got youtube suscription emails several times about these vids but I was trying to fix an issue with one video being blocked due to the stupid youtube content blocker recognizing a song that was not even present on my vid. (¬¬)
[Beginners Playlist] <!-- m -->http://www.youtube.c... ... 3E8DBED76C<!-- m -->
Current Contents:
--Autohotkey Tutorials for Beginners--
6x0 - Loop Basics [p1] new
6x0 - Loop Basics [p2] new
--
I am sorry if any of you got youtube suscription emails several times about these vids but I was trying to fix an issue with one video being blocked due to the stupid youtube content blocker recognizing a song that was not even present on my vid. (¬¬)
#64
-
Posted 07 June 2011 - 04:29 PM
![[AHKTuts] AHK Video Tutorials: post #64](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
• AutoHotkey Toolkit [Main Project]
• Scintilla Wrapper
• LexAHKL
• Scintilla Wrapper
• LexAHKL
New content added:
[Advanced Playlist] <!-- m -->http://www.youtube.c... ... AD97C5EFED<!-- m -->
Current Contents:
--Autohotkey Tutorials for Advanced Users--
Ep3 - DllCall [P1] new
Ep3 - DllCall [P2] new
--
This is a soft intro to DllCall... I will take some time to review very well known functions and other DllCall related stuff later on. Keep in tune!
[Advanced Playlist] <!-- m -->http://www.youtube.c... ... AD97C5EFED<!-- m -->
Current Contents:
--Autohotkey Tutorials for Advanced Users--
Ep3 - DllCall [P1] new
Ep3 - DllCall [P2] new
--
This is a soft intro to DllCall... I will take some time to review very well known functions and other DllCall related stuff later on. Keep in tune!
#65
-
Posted 22 July 2011 - 05:10 PM
![[AHKTuts] AHK Video Tutorials: post #65](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
• AutoHotkey Toolkit [Main Project]
• Scintilla Wrapper
• LexAHKL
• Scintilla Wrapper
• LexAHKL
One word for your DllCall tutorials:
FANTASTIC!
I recommend them to anyone who is learning DllCalls.
FANTASTIC!
I recommend them to anyone who is learning DllCalls.
#66
-
Posted 22 July 2011 - 05:48 PM
![[AHKTuts] AHK Video Tutorials: post #66](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
Great tutorials! I had no idea how to get some of that information off MSDN. You make it look easy :-)
If you do another tutorial on dllcall you might want to mention strings (LPTSTR) and other parameter types (pointers, handles). A big part of the battle is knowing how C++ types convert to the simpler AutoHotkey types.
If you do another tutorial on dllcall you might want to mention strings (LPTSTR) and other parameter types (pointers, handles). A big part of the battle is knowing how C++ types convert to the simpler AutoHotkey types.
#67
-
Posted 22 July 2011 - 06:03 PM
![[AHKTuts] AHK Video Tutorials: post #67](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
aboutscript ⋰ apps ⋱ scripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Thanks!
I do plan on going little bit deeper on to DllCalls, checking some functions used regularly but i will do that after i do an intro to the OnMessage function so that you guys can absorb more info...
I do plan on going little bit deeper on to DllCalls, checking some functions used regularly but i will do that after i do an intro to the OnMessage function so that you guys can absorb more info...

#68
-
Posted 22 July 2011 - 06:24 PM
![[AHKTuts] AHK Video Tutorials: post #68](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
• AutoHotkey Toolkit [Main Project]
• Scintilla Wrapper
• LexAHKL
• Scintilla Wrapper
• LexAHKL
As I've said in the IRC, it's amazing how easy to understand your videos are. Looking at a computer screen with only text for a week straight and you'll miss A LOT of important things, but since you made a video with audio, not only can you understand it better, you can work on AHK while listening
. Keep up the amazing work Raptor.

#69
-
Posted 22 July 2011 - 06:44 PM
![[AHKTuts] AHK Video Tutorials: post #69](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
I was late on a few of your tuts and had to watch them all, with great interest!
Do not hesitate to give detailled explanations, we won't fall asleep, we promise.
:wink:
But, maybe it's because I'm bugged . . . :oops:
Thank you for these great tuts.
Take all your time and do not worry about us falling asleep, one can always wake up and rewind again and again.New content added:
... I will take some time to review very well known functions and other DllCall related stuff later on. Keep in tune!
Do not hesitate to give detailled explanations, we won't fall asleep, we promise.
:wink:
I agree, I spent some time reading help file and forum threads, on complex subjects (complex for me . . .), without understanding most of them, and . . . I went back again and again with not much gains . . .As I've said in the IRC, it's amazing how easy to understand your videos are. Looking at a computer screen with only text for a week straight and you'll miss A LOT of important things, but since you made a video with audio, not only can you understand it better, you can work on AHK while listening
. Keep up the amazing work Raptor.
But, maybe it's because I'm bugged . . . :oops:
Thank you for these great tuts.
#71
-
Posted 07 August 2011 - 03:13 PM
![[AHKTuts] AHK Video Tutorials: post #71](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
"This box is freaking cool" :lol:
Your tutorials are far from dry
Your tutorials are far from dry

#72
-
Posted 08 August 2011 - 02:00 AM
![[AHKTuts] AHK Video Tutorials: post #72](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
Hi RaptorX,
did I already mention, that your Tuts are really great? No? So I do it now. They are awesome.
Now a little prob for us poor german users. Some of your tuts are blocked by YouTube because of the containing music. Would it be possible to change that? These tuts are not playing, as far as I checked:
[AHKTuts] Ep1 - Variables [p1]
[AHKTuts] Ep6 - Loop Basics [p1]
[AHKTuts] Adv - Ep3 - DllCall [P1]
did I already mention, that your Tuts are really great? No? So I do it now. They are awesome.
Now a little prob for us poor german users. Some of your tuts are blocked by YouTube because of the containing music. Would it be possible to change that? These tuts are not playing, as far as I checked:
[AHKTuts] Ep1 - Variables [p1]
[AHKTuts] Ep6 - Loop Basics [p1]
[AHKTuts] Adv - Ep3 - DllCall [P1]
#73
-
Posted 08 August 2011 - 08:28 AM
![[AHKTuts] AHK Video Tutorials: post #73](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
New content added:
[Beginners Playlist] <!-- m -->http://www.youtube.c... ... 3E8DBED76C<!-- m -->
Current Contents:
--Autohotkey Tutorials for Beginners--
7x0 - Loop - [Parse] new
--
Thanks for all the support guys!
@ruespe
Thank you for pointing out!
Im going to host those on an alternate server, and from now on i am making sure im not using any owned content.
I will post the alternate links in the OP and i will post a comment so you guys know they are already available.
[Beginners Playlist] <!-- m -->http://www.youtube.c... ... 3E8DBED76C<!-- m -->
Current Contents:
--Autohotkey Tutorials for Beginners--
7x0 - Loop - [Parse] new
--
Thanks for all the support guys!
@ruespe
Thank you for pointing out!
Im going to host those on an alternate server, and from now on i am making sure im not using any owned content.
I will post the alternate links in the OP and i will post a comment so you guys know they are already available.
#74
-
Posted 26 August 2011 - 12:29 PM
![[AHKTuts] AHK Video Tutorials: post #74](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
• AutoHotkey Toolkit [Main Project]
• Scintilla Wrapper
• LexAHKL
• Scintilla Wrapper
• LexAHKL
Damn.. His voice is sexy I must say.
#75
-
Posted 29 August 2011 - 05:32 AM
![[AHKTuts] AHK Video Tutorials: post #75](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)