MattInglot
08-30-2004, 09:15 PM
For CustomBar I have been using Windowless Rich Edit controls for enabling skinned edit boxes. Unfortunately the documentation in MSDN on these is poor at best. After fighting for two years on and off with this stuff I still have two major problems:
1) I cannot get scrolling to work. Period. It'll scroll along with the caret but getting scrollbars I have no idea how.
2) On some computers random characters get shoved in when using these boxes in conjunction with autocomplete.
I based my code on the MS example and heavily hacked it into something less buggy but still horribly messy and incoherent.
I'm also open to alternative ideas for providing the functionality of an edit box and having complete control over how the background is drawn and what the text color is (and some other details, but this is big general requirement).
1) I cannot get scrolling to work. Period. It'll scroll along with the caret but getting scrollbars I have no idea how.
2) On some computers random characters get shoved in when using these boxes in conjunction with autocomplete.
I based my code on the MS example and heavily hacked it into something less buggy but still horribly messy and incoherent.
I'm also open to alternative ideas for providing the functionality of an edit box and having complete control over how the background is drawn and what the text color is (and some other details, but this is big general requirement).