News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

get Clipboard text

Started by ragdog, June 17, 2007, 11:40:22 AM

Previous topic - Next topic

ragdog

hi guys

i hava a little problem with the clipboard algo
when i copy a big files (95,7kb for example) into the clipboard crash my programm!

have your any ideas

regards

ragdog

[attachment deleted by admin]

MichaelW

I did not test this, but I think the problem is the default limit of 32767 characters for the edit control. You can use the EM_SETLIMITTEXT message to change this.
eschew obfuscation

ragdog