Cursor
-
hi, i am creating a editor in RichtextBox and I want to change the cursor Background color. where ever i scrolldown my cursor the selected line color should change. PLs help me Thank you Prasad
-
hi, i am creating a editor in RichtextBox and I want to change the cursor Background color. where ever i scrolldown my cursor the selected line color should change. PLs help me Thank you Prasad
Odds are, the rich text box does not do that, and you'll need to write a custom control. Although, I suspect you could kludge it together.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Odds are, the rich text box does not do that, and you'll need to write a custom control. Although, I suspect you could kludge it together.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
hi, can u explain it pls. Thank you prasad