Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default clipboard - backup and restore

Gentle Users,

My VB6 application programmatically uses EXCEL. Every time I direct it
to Copy to Clipboard, it wipes out All contents of the Clipboard. This
fact is well known from discussions in the ms.public groups.
Apparently, it not acceptable behavior for an app to replace contents
of the clipboard with out asking the users permission. I copy to
clipboard so frequently, that asking-for permission is out of the
question.
Backing up and restoring the clipboard is, of course, the answer, but
there seems to be so many data types that programming it myself
appears beyond my capabilities.

My 2 questions a
I am looking for a dll to include in my app that saves and restores
the clipboard on command.
1. Does anyone know of such a product?
Failing that, I suppose that I will have to put out a request for
programmers to bid on it.
2.Has anyone had experience with programmers-bidding for jobs from the
far corners of the internet?

tia
softie
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default clipboard - backup and restore

I admire your intentions !

I don't know of any dll to back up and restore the clipboard. Depending on
what's in the clipboard the task might be relatively straightforward or
extremely difficult.

I don't want to suggest don't bother looking for a solution (I'd like
similar myself) but it's worth noting in Excel, perhaps more than any other
app, the clipboard persists in a very transitory manor. It's easily lost,
simply by pressing Esc or following any one of a number of normal user
actions. IOW, the user normally needs to use the clipboard as the next
action and not expect the contents to last indefinitely.

Apart from the clipboard, the another issue that's less than satisfactory is
complete loss of the clipboard as soon as the interface is programmatically
changed.

If you are only using Excel for your own purposes automating your own
(hidden) instance will preserve some aspects of the clipboard, but not all.

If you ever do find what you are looking for do post back !

Regards,
Peter T



"softie" wrote in message
...
Gentle Users,

My VB6 application programmatically uses EXCEL. Every time I direct it
to Copy to Clipboard, it wipes out All contents of the Clipboard. This
fact is well known from discussions in the ms.public groups.
Apparently, it not acceptable behavior for an app to replace contents
of the clipboard with out asking the users permission. I copy to
clipboard so frequently, that asking-for permission is out of the
question.
Backing up and restoring the clipboard is, of course, the answer, but
there seems to be so many data types that programming it myself
appears beyond my capabilities.

My 2 questions a
I am looking for a dll to include in my app that saves and restores
the clipboard on command.
1. Does anyone know of such a product?
Failing that, I suppose that I will have to put out a request for
programmers to bid on it.
2.Has anyone had experience with programmers-bidding for jobs from the
far corners of the internet?

tia
softie



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
restore backup files Rustytom Excel Discussion (Misc queries) 3 March 22nd 07 01:05 AM
Transfer clipboard from Task pane clipboard(office?) content to Excel (windows?) clipboard? tskogstrom Excel Programming 2 March 6th 07 12:50 PM
Restore clipboard from Task pane clipboard content? tskogstrom Excel Programming 0 January 30th 07 10:48 AM
Backup/Restore Clipboard Kris Excel Programming 2 February 9th 06 07:51 PM
ClearContents or ClearFormats also clears Clipboard. How can I keep the clipboard? [email protected] Excel Programming 5 December 16th 05 02:30 AM


All times are GMT +1. The time now is 12:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"