Crash when trying to copy empty text to clipboard
Brought to you by:
daumiller
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.