Results 1 to 2 of 2

Thread: Getting a clipboard monitor to work!!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    7

    Unhappy

    Ok I'm having real problems here and I've searched but can't find a good solution.

    I want my program to be able to monitor the clipboard for new items, whether it be text or pictures or files (anything that comes through the clipboard), When something changes I want it to display the format and information in 2 listboxes. I don't want to use a timer as a monitor.

    I think this is possible through the Win32 API because I've seen similar programs code but it is too complicated to understand.

    Any help would be appreciated, I dont mind complicated code as long as someone could explain it.

    Cheers

    Vishal

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    hmmm.. I think you at least use a loop (with getTickCount api) or a timer to get it to monitor a clipboard since it has no ClipBoard_Change Event.
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width