I have the screen keyboard runting in my program, I need to close this program?
I start the program by using the following code:
Dim data As String
dat1 = "C:\WINDOWS\SYSTEM32\osk.exe"
Shell(dat1, AppWinStyle.MaximizedFocus, False, 1000)
How do I close osk.exe?