whenever i add a Form view to my project the following two files are created:
1.MyAppForm.cpp/MyAppForm.h/MyAppForm.hrh and so on
2.MyAppFormView.cpp/MyAppFormView.h/MyAppFormView.hrh and so on
But the MyAppFormView files are not created in the Birthday example given in the Carbide tutorial.
Is the MyAppFormView necessary?
Also i cannot go Back from the Form.How do i navigate back to my application from the Form?



