What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Read Clipboard

Read Clipboard
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
O.P. Read Clipboard
How can i do for read the clipboard please ?

I tried :

code:
function getClipboard(){
    Interop.Call("User32", "OpenClipboard", 0);
    var clip= Interop.Call("User32", "GetClipboardData", 1);
    Interop.Call("User32", "CloseClipboard");
    return clip;
}

But it return a variable number. :s
08-22-2006 09:31 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Read Clipboard - by Huhu_Manix on 08-22-2006 at 09:31 PM
RE: Read Clipboard - by markee on 08-22-2006 at 09:47 PM
RE: Read Clipboard - by Huhu_Manix on 08-22-2006 at 10:17 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On