PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: SeaVipe on January 07, 2021, 06:12:50 PM

Title: WinFBE 2.1.7 - TextBox
Post by: SeaVipe on January 07, 2021, 06:12:50 PM
Hi Paul, TextBox Event 'SelectionChanged' throws Error 18 at compile time.
Title: Re: WinFBE 2.1.7 - TextBox
Post by: Paul Squires on January 08, 2021, 10:35:57 AM
Thanks Clive, I have fixed this. The SelectionChanged event is only meant for RichEdit controls, not TextBoxes. This is because TextBoxes (Edit controls) do not send a notification when the text selected changes, whereas RichEdit controls do.