I need a syntax checker in VisualBasic 6 which:
-Get the keyword from two file:
(keyword.dat and object.dat)
These two is located under App.path

I will edit the keyword later.

Richtextbox will highlight the text matching keyword entry in keyword.dat by blue color
Richtextbox will also highlight text matching the keyword entry in object.dat by make it become bold.

I've created one but it is very slow.

Please submit to me if you have the syntax highlighting project!!
Thanks a lot!!