Thread: c++ paste from clipboard

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    7

    c++ paste from clipboard

    anyone know how to paste from clipboard?

    i am making a qt gui app so when they click paste it will dump the clipboard contents into a textbox

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    Read up on QClipboard
    Qt 4.7: QClipboard Class Reference

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple text output to the clipboard
    By phantom in forum Windows Programming
    Replies: 4
    Last Post: 12-14-2009, 02:02 AM
  2. Copy and Paste function in console apps.
    By Hakins90 in forum C Programming
    Replies: 5
    Last Post: 12-27-2007, 05:07 AM
  3. copying to clipboard
    By bballzone in forum Windows Programming
    Replies: 24
    Last Post: 09-30-2004, 03:24 PM
  4. Clipboard and Custom Types
    By McClamm in forum C# Programming
    Replies: 1
    Last Post: 09-16-2004, 04:43 PM
  5. Clipboard Modifier
    By Korhedron in forum Windows Programming
    Replies: 2
    Last Post: 01-03-2004, 02:32 PM