Search results for query: *

  • Users: dbAny
  • Content: Threads
  • Order by date
  1. D

    Cast a short array to byte array?

    I would like to write the contents of a short array using the filestream writer for a byte array. I would like to do this to increase the speed I can write the array (am doing "real time" vb.net) Does anyone know how to cast the short array to byte array, or ANY method to get this to work...
  2. D

    Write int16 array(2,500,000) to binary file

    I am trying to convert a vb6 app to a vb.net app. I am having a problem with writing 2,500,000 16 bit values from an array to a file. In vb6 I used the API instruction: WriteFile lApiDataFile, binData(0), lSize, lApiReturn, ByVal 0& However I cannot get this instruction to compile in...
Back
Top