5. Customizing Your First Windows Phone Application
In the following code
walkthrough, you'll learn how to customize the Windows Phone 7
application icon that is displayed to the user, and how to change the
application's name.
In the Solution Explorer, right-click the HelloWorld project and select Add => Existing Item..., as shown in Figure 10.
The Windows Phone 7 application icon can be any .png file with 62 × 62. By default, when the Windows Phone application project is created, the ApplicationIcon.png is used.
Right-click the HelloWorld project => Choose Properties.
Click the Application tab.
In Deployment options => Change the Icon to HelloWorldIcon.png.
Change the Title to HelloWorld. Changed properties can be seen in Figure 11.
Hit F5 to run the application.
When the application starts in the Windows Phone 7 emulator, hit the back button on the emulator, as shown in Figure 12.
You will see the list of applications installed on the emulator including HelloWorld, as shown in Figure 13.