Re: [WIN] how clear clipboard?

new topic     » goto parent     » topic index » view thread      » older message » newer message

After reading the SDk a bit, it seems you need to do this ...

 atom void
 if w32Func(xOpenClipboard,{getHandle(yourmainwind)}) then
    void = w32Func(xEmptyClipboard,{})
    void = w32Func(xCloseClipboard,{})
 else
    -- Some other process owns the clipboard just now.
 end if


---------
Derek

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu