myCoolFile = chosefolder.SelectedPath & "\" & NameofUal.Text & ".Ual"
Try
Dim myCoolWriter As New IO.StreamWriter(myCoolFile, False , [U][I][B]????[/B][/I][/U]) <-<-<-
For i As Integer = 0 To Mainfrm.ShellProgramslis.Items.Count - 1
myCoolWriter.WriteLine(Mainfrm.ShellProgramslis.Items(i).ToString & "~" & Mainfrm.myArrayList(i))
Next
myCoolWriter.Close()
Catch Erroronwrite As Exception
End Try
Ive got some problems how do i say that
thee encoding should look under my combobox of witch one to use(the item that has been chosen):-/