
The problem with this code is that if I don't manually check the boxes, I will get "true" or "false" as opposed to the numerical value which I need. I have been able to successfully export two columns with that code from the sounder_groupsDataGridView. I have previously asked how to export two specific columns to a text file, but am unable to modify this to write the additional 31 columns. But I need to append 32 "F" characters because my system needs 64 characters per line. So it's location with a comma and then the number values from the 32 checkboxes for that row. The file needs to be laid out as follows. The DataGridView (Sounder_GroupsDataGridView) has 34 columns and 12 set rows as shown in the photo below HOWEVER there is one column after the "signal"Ĭolumn containing a "location" column which is hidden.Ĭolumns: Signal | Location | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | >all the way to> | 32 | I have a datagridview (Sounder_GroupsDataGridView) which is populated by an XML file before the form opens. I have actually finished the prototype, yet I cannot bring an end to this VB.net program! I am finishing the commissioning program for an alarm system I am prototyping.
