c# - Keep Clipboard Info after closing Program -


i have expanded datagridview user control , other numericupdown controls user can copy/paste information within software , other software excel.

my problem when user closes software information in clipboard lost. clipboard information kept, in case information not big (maybe asking user, microsoft office software does).

how can leave information in clipboard, user can use afterwards?

use overload of clipboard.setdataobject allows pass in value indicating should happen data when app exits:

true if want data remain on clipboard after application exits; otherwise, false.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -