Can someone create a syntax checker for me (VisualBasic 6)?
I need a syntax checker in VisualBasic 6 which: :rolleyes:
-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!!
Re: Can someone create a syntax checker for me (VisualBasic 6)?
Hey gimme you code and i'll modify it to make it faster... What I think you should do isload the objects and keywords right in form_load... and reduce use of loops use built in instr functions instead...
3 Attachment(s)
Re: Can someone create a syntax checker for me (VisualBasic 6)?
Thank you, here is my project...
I will very happy if you can help me to finish my program because I need to go to school now every day (my school holiday is now ended :( ).
I have no time to clean unused code on my project. Sorry.
So, edit my code if you need. :)
The INI zip file(1 and 2) contains ini file that my program will edit it.
Use it for reference.
Thank you very much for helping me!!!!!!!!!!!!! :bigyello:
Re: Can someone create a syntax checker for me (VisualBasic 6)?
Hello everyone, u can submit your finished project here...