PDA

Click to See Complete Forum and Search --> : Textbox, currentline, colored.


gregghoush
Jul 11th, 2001, 02:37 PM
I would like to make my text box (text editor), be more like UltraEdit's edit window.

Specifically, the current line in ultra edits, has a background color of Yellow (looks like the current line is highlighted) and a different foreground color.

I already know how to get the dimensions of the current line. And I can fill it with the FillRect api call, but that just covers up the text that is there. Does anyone have any idea's on how I might do this?