Menu

#1 Crash when trying to copy empty text to clipboard

open
nobody
None
5
2013-01-10
2011-02-27
Peter Santo
No

The program crashes with an ArgumentNull exception if you click the "Clipboard" button while the text area above is empty.
(Win XP Pro 32bit SP3)

base64.frmMain.btnClipboard_Click(sender, e)
calls
System.Windows.Forms.Clipboard.SetText(text, format)
which raises a
System.ArgumentNullException
if called with an empty text argument.

No big deal, just wanted to let you know.

Thanks for this utility. It's appreciated.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.