stream writer

  1. V

    Question writing fixed length text file

    I am struggling to find a way to write text file with various fixed length fields from a dataset Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Me.ExportTableAdapter.Fill(Me.NewDataSet.Export) 'write to text file Dim sw As New...
  2. hardrain02

    Variables in a file path using IO.StreamWriter

    Hi, I have searched the web for an answer to this but can not find one anywhere. I have a program that will be sending text to different text files based on a selection in some combo boxes, I was wondering if it is possible to select the file path based on the combo box variables eg if the user...
Back
Top