Hi there,
I am writing an application in VB6 and encountered a problem that (to my knowledge ) isnt solvable or is atleast very difficult in VB6 and my question is. Can it be done in VB.NET?
The problem is I am reading lines from a textfile and processing the information in that line (indexValues and Imagefiles). Now I want to flag the line that is processed by putting an "*" as the first character of that line. I want this because the application is an automated process and when a serious error is encountered (i am logging al the little error) the user should be able to rerun the program again without doing anything, so the application will skip the lines that have an "*" as there first character.
In vb6 you have to open the file as random and read the line from it, but you need the length of the line to be able to get it into an string var.
Can anyone tell me if this is possible in VB.NET or maybe VB6??
I am writing an application in VB6 and encountered a problem that (to my knowledge ) isnt solvable or is atleast very difficult in VB6 and my question is. Can it be done in VB.NET?
The problem is I am reading lines from a textfile and processing the information in that line (indexValues and Imagefiles). Now I want to flag the line that is processed by putting an "*" as the first character of that line. I want this because the application is an automated process and when a serious error is encountered (i am logging al the little error) the user should be able to rerun the program again without doing anything, so the application will skip the lines that have an "*" as there first character.
In vb6 you have to open the file as random and read the line from it, but you need the length of the line to be able to get it into an string var.
Can anyone tell me if this is possible in VB.NET or maybe VB6??