Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォームを閉じると、クリップボードが破棄されていることに気付きました。フォームの近くでクリップボードにコピーされたアイテムを破棄しないようにするにはどうすればよいですか?何かをコピーしてフォームを閉じ、その情報を別の場所に貼り付けたいとしましょう...ありがとうございます。
SetDataObjectのオーバーロードされたバージョンがあり、アプリを閉じた後にデータをクリップボードに残すかどうかを指定できます。
Clipboard.SetDataObject(template, True)