0

How the IE(on windows phone 7) is using the bing search when we simply enter some text on the search textbox and when we enter some URL then it navigates to the web page. How they integrated both in a single textbox? Can anyone help me. Thanks in advance for hard work.

1 Answers1

1

Maybe using SearchTask (MSDN link)?

CharlesB
  • 86,532
  • 28
  • 194
  • 218
jjchiw
  • 4,375
  • 1
  • 29
  • 30
  • Yes, you are right. They may be using search task but how only for words(string), that's my question. – Raghav Manikandan May 23 '12 at 07:57
  • 1
    with a regex expression to identify if it's an url or not - http://stackoverflow.com/questions/5600593/regex-expression-for-url – jjchiw May 23 '12 at 08:22