Hi everyone,
I working with WORD by C++. I am stuck in a trouble that I can not know
how to get the formatted text from word to handle. My code like this:
C
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*<br />
I declare a range, I got plain text from WORD correctly,<br />
CString tt=pFormat.GetText();// program exit when excute this line
Is this sniplet correct? How to get formatted text and out put?
Please help me, I need to finish this project as quickly as possible. Thank you so much.