How to serialize some MSWord Range in C++

B

Bartosz

Hello!

I need to make a hash of some part of the Word document.
I can select the Range that I am interested in but I have
no idea how to turn the MSWord::Range object into BYTE*.

Do I have to:
a) iterate on each type of object contained in the range and
write my own serialization procedure for each?
b) copy range to clipboard and somehow serialize the clipboard?
or
c) is there some method that can return MSWord::Rangeas array of bytes?

I need to have hash in C++ and perfect solution would be in C++
but any code even in VB will be wery helpful

Platform NT, Word 2000, I don't need any .NET solutions (can't use them)

Thanks in advance for any hint
Bart
 
L

losmac

Write to me an e-mail: (e-mail address removed)
Opusc = Null
I will help You in Your language. ;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top