Search results for query: *

  1. A

    How can I speed up importing CSV files to Datagrid and creating new data

    Thank you for the information. Its a little over my head, but I will definitely start researching how do it by parsing. Thank you very much
  2. A

    Question how to validate my form?

    I am not sure if I understand what you mean, but this may help. I was trapping for "," in textboxes/Comboboxes and other controls in a windows form application I am developing as its data was being saved to a CSV file. The project has over 100 textboxes/comboboxes so instead of adding the code...
  3. A

    How can I speed up importing CSV files to Datagrid and creating new data

    I have found a work around. Looks like Paging and virtual mode is the way to go. Just a FYI for anyone who runs into this problem. Will update once I get that figured out
  4. A

    Export DataGridView To Excel

    Try looking at the following link, it looks like a couple of other people have had the same problem Microsoft.Office.Interop.Excel Specifically the part where they mention: "Please ensure you added Office Object Library with correct version. If you are using Office Excel 2007, you only need...
  5. A

    ListBox doesn't update contents

    Have you tried saving (looking to see if the bookmark file took the lower/uppercase change) and then reloading the bookmark file that feeds the listbox control once the action is performed?
  6. A

    Export DataGridView To Excel

    Will copying the Data grid to the clipboard work for what you are trying to do? or do you need something more complicated.
  7. A

    How can I speed up importing CSV files to Datagrid and creating new data

    Hi everyone, I am a noobie and learning VB.net as I go. I have been working on a Windows form in (VB studio 2010 using Vb.net) which will load a CSV file into a Datagrid control and then create new data in the data grid based of the imported data. I have tinkered around and come up with the...
Back
Top