quote:
Originally posted by TheBlasphemer
hmmm, I remember having seen that before...
Are you familiar with debugging?
if so, get the richedit pdb's, and hook on the InsertObject call, trace back a bit after you've sent a file and find the constructor, hook that constructor and keep track of the status
Yup, very familiar with debugging. Actually that's quite a good suggestion, I'll try that. Thanks
.