Vb.net SyntaxBox Development #1

Опубликовано: 17 Июнь 2026
на канале: Vmx5
248
0

This is just a quick video demo of my custom Syntax box control. This does not inherit the generic textbox control, instead I hope to develop a custom textbox control.

More nerdy side : This control has a custom property containing all the keywords it needs to highlight. The control does not input the text into a richtextbox or a normal textbox, it draws the string overriding the paint sub. This allows me to find the positions of the found key words and draws each char in a different color, size, or font if I desire to.

This is one of many more development logs.