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]
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 (http://msdn2.microsoft.com/en-us/library/ms672096.aspx) message to change this.
thanks for the info :U