Creating Undo functionality in a Visual FoxPro TextBox
Posted by: Rick Strahls WebLog,
on 26 Oct 2005 |
View original
The Visual FoxPro textbox isn’t exactly a highly featured control as is – in Help Builder I had to bend over backwards to make it work as a text based editor for long text that includes formatting. But at the same time I’ve not been able to find a decent replacement either. Most ActiveX based text controls are either buggy as hell (at least in VFP) or they are very, very slow if you hook up any COM event code to the key processing which Help Builder needs to do.
For the most part...