There is no carret visible on text area in version 0.61.
Logged In: YES user_id=1544184
hello, its because the forecolor may be the same color as the background color..
try
this.scintillaControl1.CaretFore = 0x000000; or something
Log in to post a comment.
Logged In: YES
user_id=1544184
hello, its because the forecolor may be the same color as
the background color..
try
this.scintillaControl1.CaretFore = 0x000000; or something