■48336 / ) |
Re[1]: クリップボードのコピー・貼り付けが完了するタイミングは? |
□投稿者/ .SHO (1246回)-(2010/04/02(Fri) 18:52:37)
|
■No48335 (ダッチ さん) に返信
> コード------------------ > Clipboard.SetText("a") > SendPasteKey() > Clipboard.SetText("b") > SendPasteKey() > ' SendPasteKey メソッドは SendInput 関数を使用して Ctrl+V を送信しています。 > ' このコードは STA のサブスレッド上で実行されます。 > ------------------------
Clipboard.SetText("a") Clipboard.SetText(Clipboard.GetText()+"b") SendPasteKey()
じゃ、ダメですか?
|
|