Search results for query: *

  • Users: Kams
  • Order by date
  1. Kams

    Question Imports multiple txt files into datagriview

    Ok I have two classes namely form1 and Helper I meet you the code the problem is I can only import one file instead of multiple files. Form code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using...
  2. Kams

    Question Imports multiple txt files into datagriview

    Ok I have two classes namely form1 and Helper I meet you the code the problem is I can only import one file instead of multiple files. Form code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using...
  3. Kams

    Question Imports multiple txt files into datagriview

    Hi I have as part of an exercise several txt files, I look for a comment Once imported and display them in A datagriview to then register them in the database. The different files have the same configuration I have to import during import the first line of each file. Thank you
Back
Top Bottom