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
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: Read Clipboard
Try having a look at this thread - [UPDATED] Clipboard Functions (that WORK).  It should be what you are after :)
[Image: markee.png]
08-22-2006 09:47 PM
Profile PM Find Quote Report
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
O.P. RE: Read Clipboard
Thanks ! Exactly what i need ! :)
08-22-2006 10:17 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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