Link Navigation in Windows Mobile App

Design Link Navigation Application In Windows Mobile.

Description : The following program shows the implementation of link navigation in a Mobile App.
The application runs a mobile web browserinside a windows form.
On click of a particular navigation link , it redirects a user to a different page.

Events Used:
Search_Click() – Navigation operation and redirection is performed on click of this event.
Classes Used:
System.Windows.Forms.Webbrowser – Enables the user to navigate webpage inside your form.

Dockstyle – Specifies the position and manner in which a control is docked.

Url – Provides an object  representation of a uniform resource identifier and easy access to the part of Url.



Comments