Include files are the first step in making your code portable. This video explains what Include files are, how to create them, and why they are useful.
This video will take what you've learned about IR control and apply it to write an actual IR button event. You'll begin by updating your touch panel file, and then create the code to control an IR device.
Learn about creating a DATA_EVENT in your code. Additionally, you will be introduced to SEND_COMMAND's. These commands are necessary for configuring your devices.
This video will take what you've learned about button events and make your code more efficient. Learn about button event zero, and why this single line of code can eliminate hundreds of lines. This video also exposes you to embedded properties for your events.