12-24-2010, 11:32 AM
Haha, Alright just making sure.
So what you wanna do is take the value from a textbox and put it into a .ini file? :O
If so,
So what you wanna do is take the value from a textbox and put it into a .ini file? :O
If so,
Code:
dim writer as new system.io.streamwriter(my.application.info.directorypath + "/map.ini")
writer.writer(textbox1.text)
writer.close