Search results for query: *

  1. A

    saving a structure array to binary file

    thnx a lot, it worked :)
  2. A

    saving a structure array to binary file

    not serializable not it is not markwed as serializabe how to do that? Public Structure myData Dim fileNames As String Dim filePath As String End Structure Public Structure myProps Dim version As String Dim tCount As Integer End Structure
  3. A

    saving a structure array to binary file

    Hi all, Please tell me how to save an array of structure to binary file. I tried the binary formatter but it still aint workin. My code attached Thanks in advance Dim directoryList As String() Dim fileData() As myData Dim myFile As myProps Dim mycount As Integer Dim...
Back
Top