Hello there everyone!
I need help with my VB project.
I want a textbox to say a directory and then whatever it is /item.cfg
So I want it to edit the texts in item.cfg
And all the lines of text in there is syntaxed like this:
So I want to edit those 12 zeros at the end.
How can I make it so when I enter a line in the textbox saying like: "Item_Name" then it will goto the line with that item's name which is 0 in this case.
And I would like to be able to edit 12 zeros with textboxs.
Can someone help me do that please?
I need help with my VB project.
I want a textbox to say a directory and then whatever it is /item.cfg
So I want it to edit the texts in item.cfg
And all the lines of text in there is syntaxed like this:
Code:
item = 0 Item_Name Description_of_the_item. 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0
How can I make it so when I enter a line in the textbox saying like: "Item_Name" then it will goto the line with that item's name which is 0 in this case.
And I would like to be able to edit 12 zeros with textboxs.
Can someone help me do that please?