Ah, you're getting there. From your screen shot, I see you have the help file for the Hardware library open. See the line:
Hardware1.New1
This initialises the hardware object. I think you need to read the
Libraries Tutorial.
To get you started very quickly, in the IDE, use 'Tools>Components' and add the Hardware.dll to the Device side and the HardwareDesktop.dll to the Desktop side. Then create your object. To do this, its 'Tools>Add object' and you will see 'HardWare'. Call it 'HardWare1'
Now in your AppStart sub, add a line Hardware1.New1 before your timer enabling and you should be up and running. But I must stress you should have a read of the tutorial, because the more you get into Basic4PPC - the more you will experience the need for libraries.
