|
-
May 1st, 2000, 07:01 PM
#1
Thread Starter
Addicted Member
**** 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????????????
-
May 2nd, 2000, 10:25 PM
#2
PowerPoster
I think you should use .Text instead of .TextRTF
-
May 2nd, 2000, 10:28 PM
#3
Thread Starter
Addicted Member
but then the fontsize and offset and etc. are not copied to the clipboard........
with ctrl+c, both worx....
-
May 2nd, 2000, 10:48 PM
#4
Frenzied Member
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)
-
May 5th, 2000, 10:10 AM
#5
Conquistador
why not use
?
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|