Vb.net sendkeys, letters duplicate?

前端 未结 2 514
再見小時候
再見小時候 2021-01-04 19:20

I created a simple test with SendKeys, and tried both SendWait and Send.

 Private Sub Form1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handle         


        
2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-04 20:08

    Do not Debug.

    The Visual Studio Debugger was messing in my case.

    Running the program on Release and not debugging gave me the intended behaviour while having it attached or on Debug config was duplicating the output

提交回复
热议问题