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
Post a Comment