I've been searching and still can't find answers about this problem. i had managed to open the process of the tab tip by this code:
Private Sub TextBox1_GotFocus(ByVal sender As Object, ByVal e As System.Windows.RoutedEventArgs) Handles TextBox1.GotFocus Process.Start("C:\Program Files\Common Files\Microsoft Shared\ink\TabTip.exe") End Sub
ive been trying to kill the process but still it won't work.
But returning it to dock or closed. still can't find any answers.Is this possible? hope someone cud help. thanks! :)