Search results for query: *

  • Users: badbane
  • Content: Threads
  • Order by date
  1. B

    Question Stringwriter this time

    maybe I am not understanding how string writer works because my declaration produces an error. Dim swtoner As New StringWriter(txtInvtoner) This is my declaration above and below is the error when I click the button this code is attached to. txtInvtoner is my path info to the text file...
  2. B

    Question using string reader to read into an array

    I have been trying to remember how to read each line in a txt file into an array on form load. But i haven't messed with vb in months and I can't remember how loop through properly. Imports SystemImports System.IO Imports System.Windows Public Class Form1 Dim txtInvtoner As String =...
Back
Top