>Hi,Why GetClipBoardOwner always returns 0 ,
>
>When using GetClipBoardOwner with any other MS office for example the
>result will be the real Clipboard Owner , but when using it with
>acrobat reader i don't get any result .
The GetClipboardOwner documentation does note:
"The clipboard can still contain data even if the clipboard is not
currently owned."
And the EmptyClipboard function documentation says:
"Before calling EmptyClipboard, an application must open the clipboard
by using the OpenClipboard function. If the application specifies a
NULL window handle when opening the clipboard, EmptyClipboard succeeds
but sets the clipboard owner to NULL."
Dave