Board index » cppbuilder » Visual Speller for C++Builder 4
Jonathan Zoo
![]() CBuilder Developer |
Sat, 24 Nov 2001 03:00:00 GMT
Visual Speller for C++Builder 4
I'm currently integrating the Visual Speller tool included with
C++Builder 4 into a data entry project. It works remarkably well except for one small problem. I need to be able to determine whether or not the spelling dialogue box appeared. Right now I can invoke the spell checker and detemine if the box appeared and was exited by either word replacement or a "cancel" but I cannot identify exiting the dialogue box with an "ignore". I've tried all the return codes that I know and none of them work. In other words (pseudo code) I need to know how to fill in either of the VSpell1->CheckText = string; OR, VSpell1->CheckText = string; Any suggestions? Thanks, Tom Groleau |