image from clilpboard

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phpfreak2007
    New Member
    • Sep 2007
    • 31

    image from clilpboard

    hi everyone

    I want to diplay image from clipboard to my project.If i copy image from website then it copied in cliplboard first.but in my code

    if (Clipboard.Cont ainsImage()) returns false.

    Then where image stores...? how can i get image from clipboard and paste it in my project when i copy it from website..

    thanks
  • balame2004
    New Member
    • Mar 2008
    • 142

    #2
    Originally posted by phpfreak2007
    hi everyone

    I want to diplay image from clipboard to my project.If i copy image from website then it copied in cliplboard first.but in my code

    if (Clipboard.Cont ainsImage()) returns false.

    Then where image stores...? how can i get image from clipboard and paste it in my project when i copy it from website..

    thanks

    Hi,

    Try to see in your clipboard. Sometimes image won't be copied to clipboard if clipboard is already full.

    Comment

    • phpfreak2007
      New Member
      • Sep 2007
      • 31

      #3
      no its not because if i paste image on word then it is.

      Also if i press ctrl+c then only it is return false else if i right click and give copy then its working fine...

      Comment

      Working...