Realization of a program in 10 steps

1. Perform PicForge (Start> Programs> PicForge)

2. From the curtain menu of Project settings to choose the microcontroller

 ESCAPE='HTML'

3. Select New button, a new sheet of empty editor will be predisposed whether to edit the code.

 ESCAPE='HTML'

4. Always from Project settings to plan the frequency of the Clock

 ESCAPE='HTML'

5. In PinOut windows to set the port direction

 ESCAPE='HTML'

6. To plan the the pic property and the configuration Bit through the window Property

 ESCAPE='HTML'

7. To plan the peripheral necessary

 ESCAPE='HTML'

8. To write the text of the program. 
during the layout of the source one you helped by a help line and an auto completation list

 ESCAPE='HTML'

9 To compile the program with the key Build

 ESCAPE='HTML'

10 To write the file HEX on the pic with PICKIT2

 ESCAPE='HTML'