|
-
May 30th, 2007, 12:13 PM
#1
Thread Starter
Member
Pls Help Clipboard.Clear Not clearing the clipboard
Hail to All,
Ok here is the problem I am having. Clipboard.Clear it not clearing the clipboard on all machines my program is run on. Most machines it works fine. Other still have what was previously copied. Here is a test I run.
one button has
Clipboard.Clear
Clipboard.SetText "This is a test"
the other button has
Clipboard.Clear
Clipboard.SetText "This is the second test"
Now they go to a blank document of some type notepad word or an e-mail program and hit ctrl-V and it pastes what was previously in the cipboard even though I cleared it. Now if they go to a program like word and manual clear the clipboard they can click button one and it pastes 'This is a test' they then click the second button and it pastes the same text that is in the first button because the clipboard for some reason is not cleared. So, they are having to manually clear the clipboard each time.
Anyone have any ideas?
Thanks for all your help.
Mythos
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
|