01-23-2011, 03:48 AM
This is the one brandon came with first
but i guess if remove this + vbnewline
since its not needed becourse its a listbox once a new item is made it will automaticly do that and i think this is the reason of the blank field
Code:
Dim writer as new system.io.streamwriter(my.application.info.directorypath + "/settings.ini")
for each item in listbox1.items
writer.write(item + vbNewLine)
next
writer.close
writer.dispose
but i guess if remove this + vbnewline
Code:
Dim writer as new system.io.streamwriter(my.application.info.directorypath + "/settings.ini")
for each item in listbox1.items
writer.write(item)
next
writer.close
writer.dispose
since its not needed becourse its a listbox once a new item is made it will automaticly do that and i think this is the reason of the blank field
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
E-Mail: <!-- e --><a href="mailtoatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer