This is a mirror of official site: http://jasper-net.blogspot.com/

How to create a mini browser application for Windows Phone 7

| Wednesday, February 23, 2011
3187.Application.bmp

  I have experienced a lot of fun writing Windows Phone 7 applications in Visual Basic. Web browser is one of the applications that are commonly used on phones these days. In this blog, I want to share some sample source code that will help you to create a mini browser application for Windows phone 7. I will tell now demonstrate how easy it is to develop a mini browser application for Windows Phone 7, using Visual Basic for Windows Phone Developer Tools.

The mini browser application can be created in 3 simple steps:

  1. Create a sample application and add controls and an event handler
  2. Build and debug the application
  3. Rebuild in release mode before publishing
Before you create a mini browser application, you need to install the following applications:
  • Visual Studio 2010 Professional, Premium, or Ultimate. If you do not have any of the releases, you can download any of the following trial versions as per your preference: Professional, Premium, or Ultimate.
  • Windows Phone Developer Tools RTW
  • Visual Basic for Windows Phone Developer Tools - RTW
To create a mini browser application, follow the 3 simple steps mentioned earlier:

Step 1 - Create a sample application and add controls and an event handler

Create a sample application

  1. Create a new project and browse the “Select “Silverlight for Windows Phone” node.
  2. Select the “Windows Phone Application” template.
  3. Enter a name for the browser. 

Read more: The Visual Basic Team

Posted via email from Jasper-net

0 comments: