P
Peter
Team VB.net,
I have multiple programs that need a tool to count lines in a text
files. I have been solving this problem through writing proceedures
but I hate cutting and pasting code.
Is there an easy way of making a "module" or object that I would be
able to pass a string variable "c:\MyTextFile" to and then have it run
this proceedure on it?
It seems like I need to write a COM to do this, but I have yet to find
an easy tutorial on this subject.....
Any direction or tutorial links you have would be greatly appreciated.
-Peter
I have multiple programs that need a tool to count lines in a text
files. I have been solving this problem through writing proceedures
but I hate cutting and pasting code.
Is there an easy way of making a "module" or object that I would be
able to pass a string variable "c:\MyTextFile" to and then have it run
this proceedure on it?
It seems like I need to write a COM to do this, but I have yet to find
an easy tutorial on this subject.....
Any direction or tutorial links you have would be greatly appreciated.
-Peter