Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a Favoriter [SOLVED]
#18
This is the one brandon came with first

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="mailtoTongueatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
[Image: 2hnx8av.jpg]


Messages In This Thread
Creating a Favoriter [SOLVED] - by yjy1110 - 01-19-2011, 05:37 AM
Re: Creating a Favoriter - by yjy1110 - 01-19-2011, 04:15 PM
Re: Creating a Favoriter - by yjy1110 - 01-20-2011, 02:10 AM
Re: Creating a Favoriter - by yjy1110 - 01-20-2011, 03:22 PM
TROUBLESHOOTING!!!!!! - by yjy1110 - 01-21-2011, 05:15 PM
Re: TROUBLESHOOTING!!! - by yjy1110 - 01-22-2011, 04:02 PM
Re: Creating a Favoriter - by yjy1110 - 01-22-2011, 08:34 PM
Re: Creating a Favoriter - by yjy1110 - 01-23-2011, 03:23 AM
Re: Creating a Favoriter - by xolara - 01-23-2011, 03:48 AM
Re: Creating a Favoriter - by yjy1110 - 01-23-2011, 04:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVED] MySQL Update Query - What am I doing wrong? kismetgerald 11 40,134 10-18-2012, 07:16 PM
Last Post: brandonio21
  Help with creating an INSERT statement using MySQL kismetgerald 4 15,879 08-30-2012, 03:03 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)