Results 1 to 5 of 5

Thread: clipboard !!!!!!!!!!!!!!!!!!!!!!!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    chicago (hope)
    Posts
    146

    Angry **** clipboard !!!!!!!!!!!!!

    clipboard.settext = text2.textrtf, [rtfformat....don't know by heart...]

    if the app, where i paste the text supports rtf then it worx..... but if i want to paste the text to an textbox in the browser then it doesn't work.....
    i have to select the text and press ctrl + c instead, to fix that problem.....

    but (and that's the clue) why are other programms able to copy the text in a way, that it can be pastet ev'rywhere????????????


  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    I think you should use .Text instead of .TextRTF

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    chicago (hope)
    Posts
    146
    but then the fontsize and offset and etc. are not copied to the clipboard........

    with ctrl+c, both worx....

  4. #4
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    The VB Clipboard Sucks, it sucks a little bit less when it's compiled but it still sucks monkeys. It's just bugs in VB, use API Clipboard Methods. (I don't know any off hand)

  5. #5
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    why not use
    Code:
    SendKeys
    ?
    and send ctrl c, because that should work

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