need help in vb.net :(

  • Thread starter Thread starter rajesh
  • Start date Start date
R

rajesh

hi all
i want to compare two files,one is a xml file which has some certain
rules,and the other one is a "c" file.
i want to check each and every line of the "c" file which should
satisfy the rules written in xml file,if any error occurs,it should
display an error message in a new window(Or msgbox)
i want to do it with visual basic.net.
expecting your response,
thank you,
rajesh.
 
Hi Rajesh,

Send some code as far as you are now,
It looks to me as an intresting challenge for you.

Cor
 
Do you mean 'c' programming langauge ?, if so . . .

Are you writing a C code policy mitigation detector in VB.NET ?

Regards - OHM
 
* (e-mail address removed)-spam.invalid (rajesh) scripsit:
i want to compare two files,one is a xml file which has some certain
rules,and the other one is a "c" file.
i want to check each and every line of the "c" file which should
satisfy the rules written in xml file,if any error occurs,it should
display an error message in a new window(Or msgbox)

How are the rules defined in the XML file? Are you talking about
syntactical rules?
 
Back
Top