HomeWindowsHow to perform web search in Windows Phone using C# ?

How to perform web search in Windows Phone using C# ?

You can use the “Search Task” Launcher to launch the web serach App and perform search of the keyword .

How to perform web search in Windows Phone using C# ?

To perform web search in Windows Phone in C# , follow the below steps

1. Add the Namespace “Microsoft.Phone.Tasks” .

2. Create an instance of the SearchTask and assign the search text to the SearchQuery property of the SearchTask object and call the Show method of the SearchTask . For example , we can assign “senthil kumar windows phone” as the text to be searched

SearchTask SearchWeb = new SearchTask();

SearchWeb.SearchQuery = "senthil kumar windows phone";

SearchWeb.Show();

 

 

Leave a Reply

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...