Results 1 to 4 of 4

Thread: Can someone create a syntax checker for me (VisualBasic 6)?

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2006
    Location
    Malaysia
    Posts
    53

    Smile Can someone create a syntax checker for me (VisualBasic 6)?

    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!!

  2. #2
    Lively Member
    Join Date
    Oct 2006
    Location
    Error!
    Posts
    103

    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. #3

    Thread Starter
    Member
    Join Date
    Dec 2006
    Location
    Malaysia
    Posts
    53

    Thumbs up 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!!!!!!!!!!!!!
    Attached Files Attached Files

  4. #4

    Thread Starter
    Member
    Join Date
    Dec 2006
    Location
    Malaysia
    Posts
    53

    Re: Can someone create a syntax checker for me (VisualBasic 6)?

    Hello everyone, u can submit your finished project here...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width