Im a total newbie here.. :)
I have a file in C:\Program Files beta.txt
inside the file beta.txt:
-------------------------------
Line1
LineUser=12345
LinePass=1234
Line4
Line5
--------------------------------
I have two textbox..
Text1 is for LineUser input (fixed to 5 characters)
Text2 is for LinePass input (fixed to 4 charaxters)
Example:
LineUser: [ basic ]
LinePass: [ beta ]
then after clicking Command1, the file is save as
-------------------------------
Line1
LineUser=basic
LinePass=beta
Line4
Line5
--------------------------------
:?: