When you click a Windows Phone 7 TextInput control, the Virtual Keyboard is shown!There are many techniques to disable it. I will tell you my technique now:Change the property of textbox as seen below: IsHitTestVisible="True" (in XAML)ortextBox1.IsHitTestVisible = false; (dynamically)This technique will disable Virtual Keyboard.As dheeraj warned me: you might need to install new patch of WP7 Tools hereThis method might not work with RTM.Hope it helps!
Disabling Virtual Keyboard in Windows Phone 7
Copy-Paste in Windows Phone 7
Hi dheeraj, Did you install new patch? http://www.microsoft.com/downloads/en/details.aspx?FamilyID=49b9d0c5-6597-4313-912a-f0cca9c7d277
It is not working...