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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.