Thread: On Clipboard

  1. #1
    Confused
    Guest

    Question On Clipboard

    Do anyone know how does one insert an item into the clipboard (as in copy and paste clipboard) with C++ Programming?

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    MFC ?
    win32 api?
    what are you sending to the clipboard?

    go to msdn and search for cut and paste or clipboard functions. You will find sample code there too for this.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Clipboard hijack
    By stevesmithx in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 11-08-2008, 06:04 AM
  2. copying to clipboard
    By bballzone in forum Windows Programming
    Replies: 24
    Last Post: 09-30-2004, 03:24 PM
  3. Clipboard and Custom Types
    By McClamm in forum C# Programming
    Replies: 1
    Last Post: 09-16-2004, 04:43 PM
  4. Clipboard Modifier
    By Korhedron in forum Windows Programming
    Replies: 2
    Last Post: 01-03-2004, 02:32 PM
  5. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM