G
greg
I have been using Lebans RTF2 control and am trying to build a spell
checker which on it. I have been trying for some hours and by now I'm
sure I'm doing things correctly.
I try to set the 'baldness' of the selected text in the control by
doing the following:
RTF2control.SelFontBold = False
This didn't work, after trying a few different things I tested:
Debug.Assert rtf2control.SelFontBold=False 'this line placed
immediately after the assignment.
The assertion failed.
It seems strange that immediately after setting the property, it has
changed.
-Greg
checker which on it. I have been trying for some hours and by now I'm
sure I'm doing things correctly.
I try to set the 'baldness' of the selected text in the control by
doing the following:
RTF2control.SelFontBold = False
This didn't work, after trying a few different things I tested:
Debug.Assert rtf2control.SelFontBold=False 'this line placed
immediately after the assignment.
The assertion failed.
It seems strange that immediately after setting the property, it has
changed.
-Greg