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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top