InputBox() or equivalent functionality (Copy text to clipboard)

  • Thread starter Thread starter goonsquad
  • Start date Start date
G

goonsquad

I'm switching to C# from Delphi. I do a lot of database programming
and I need a quick and easy way to copy a failed SQL string into the
clipboard. In delphi I use InputBox() which allows me to copy the
statement. There is no InputBox() in C# so how do I most easily copy
the string to the clipboard?
 
Back
Top