03-17-2024, 03:40 PM
Hi,
As I discussed:
1] The line reader can be done simply with existing SB methods - no need for extension.
2] The code you supplied for highlighting doesn't compile for SB or sVB, and if I corrected it the method you suggested only changes the highlight selection color (this is the background color when a user selects a bit of text), it does NOT set the font color of text - this CANNOT BE DONE for individual bits of text in a textbox.
These cannot help you with the language conversion project. I am unsure why you want this, rather than looking into how to perform the important functionality for this project with existing methods.
I can help you compile an extension yourself, or provide help with some of the suggestions I have made using for example LDInline, LDxml, LDConstrols.AddRichTextBox. I cannot write code for you, either extension or SB.
As I discussed:
1] The line reader can be done simply with existing SB methods - no need for extension.
2] The code you supplied for highlighting doesn't compile for SB or sVB, and if I corrected it the method you suggested only changes the highlight selection color (this is the background color when a user selects a bit of text), it does NOT set the font color of text - this CANNOT BE DONE for individual bits of text in a textbox.
These cannot help you with the language conversion project. I am unsure why you want this, rather than looking into how to perform the important functionality for this project with existing methods.
I can help you compile an extension yourself, or provide help with some of the suggestions I have made using for example LDInline, LDxml, LDConstrols.AddRichTextBox. I cannot write code for you, either extension or SB.