M
Muskaan
Hi,
I want that text selected in rich edit control should be red
underlined (wavy) as in MSWord(in case of spelling errors).I used
CHARFORMAT2 structure and set the dwMask to be CFM_UNDERLINETYPE and
bUnderlineType to be CFU_UNDERLINEWAVE but this gives me a compiler
error.."CFU_UNDERLINEWAVE undeclared identifier".
I checked the richedit20.dll that I am using and it supports Rich Edit
3.0.However the header file richedit.h in VC98 does not have the
CFU_UNDERLINEWAVE defination.So I replaced the header file with new
header file(comes as a part of Platform SDK Visual Studio . Net) which
had the required defination ....but this gives me an error DWORD_PTR
undeclared identifier.
any ideas how can this problem be solved.
Do I need to update Platform SDK?
Thanks,
Muskaan
I want that text selected in rich edit control should be red
underlined (wavy) as in MSWord(in case of spelling errors).I used
CHARFORMAT2 structure and set the dwMask to be CFM_UNDERLINETYPE and
bUnderlineType to be CFU_UNDERLINEWAVE but this gives me a compiler
error.."CFU_UNDERLINEWAVE undeclared identifier".
I checked the richedit20.dll that I am using and it supports Rich Edit
3.0.However the header file richedit.h in VC98 does not have the
CFU_UNDERLINEWAVE defination.So I replaced the header file with new
header file(comes as a part of Platform SDK Visual Studio . Net) which
had the required defination ....but this gives me an error DWORD_PTR
undeclared identifier.
any ideas how can this problem be solved.
Do I need to update Platform SDK?
Thanks,
Muskaan