Okay Ive got a Huge problem something that my current Programming skills will not be able
to fix. Ive got a Program and a text file , this text file gets load into the list box
but that's not the problem. The problem is that when i make the text file it makes a open line and this line gets loaded into the list box and i don't want empty items. But i don't know how to stop this weird action
SO here's code that i use to make text file
Public MySettingfile As String = My.Application.Info.DirectoryPath & "\Process History.MemFreo"
Dim myCoolWriter As New IO.StreamWriter(MySettingfile, True, System.Text.Encoding.Default)
myCoolWriter.WriteLine()
myCoolWriter.Close()
:D So please help a Newbie out :X