Clipboard txt file 저장 - My.Computer.Clipboard.GetText()
*
My.Computer.Clipboard.GetText()

        SendKeys.SendWait("^a")

        Delay(2) : SendKeys.SendWait("^c")

        Delay(3)

        SendKeys.Flush()

 

        If Clipboard.ContainsText() Then

            File.WriteAllText("c:\A.txt", Clipboard.GetText()) : Clipboard.Clear()

        End If

이 게시물을

공유하기

SEARCH

MENU NAVIGATION