G
Gary
I am doing recursive copy and paste of a visio drawing. I don't get the
message about if I wish to save the clipboard or not. It turns out I don't
need to save the clipboard becasue I am able to copy and paste immediately.
Its the recursive operation that produces this message.
Is it possible to clear the clipboard by using the following Window API
clipboard command for clearning the clipboard?
Here is the command:
Declare Function EmptyClipboard Lib "User" () As Integer
Will this removed the message if I wish to save the contain of the
clipboard???
If it doesn't, can someone show me how.
Thanks,
Gary
message about if I wish to save the clipboard or not. It turns out I don't
need to save the clipboard becasue I am able to copy and paste immediately.
Its the recursive operation that produces this message.
Is it possible to clear the clipboard by using the following Window API
clipboard command for clearning the clipboard?
Here is the command:
Declare Function EmptyClipboard Lib "User" () As Integer
Will this removed the message if I wish to save the contain of the
clipboard???
If it doesn't, can someone show me how.
Thanks,
Gary