Sendkeys
'My.Computer.Keyboard.SendKeys("보낼 문자", True) 계산기켜고 계산기에서 "55*3=" 값 보내기 Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim ProcID As Integer ' Start the Calculator application, and store the process id. ProcID = Shell("CALC.EXE", AppWinStyle.NormalFocus) ' Activate the Calculator System.T..