Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bjherron

  1. bjherron

    how to popluate an array with...

    to make a long story short, I want to fill a 57377 byte array with the equivalent of continous 7F's in hex. Right now I have to have a seperate hex file filled with 7F's that I have to read in each time I run the program. I don't want to have to open this external each time to read it in the...
  2. bjherron

    Want to use vb to search a hex file, and create a hex file

    I figured out how to select the file and open it, but i am having difficulties defining the correct array type and loading it in. I did a seach on FreeFile, but I couldn't find any examples of it used in similar situations. I apprecaite your time! Brian
  3. bjherron

    Want to use vb to search a hex file, and create a hex file

    thank you for the help. I understand what you are saying, so I'll see if I can implement it. The last 56K file will have to be padded with 7F values at the end. How exactly do I open a file in binary? I need to buy a better book :( sorry for so many questions! Brian
  4. bjherron

    Want to use vb to search a hex file, and create a hex file

    basically I have one 224k file that I need split into four seperate files. Each of the four files will be 56K, and as an additional requirment, the 224K file won't always have the data in the same order. That's why I need to search thru it first, to find where I should start reading each of the...
  5. bjherron

    Want to use vb to search a hex file, and create a hex file

    Here's a very short description of what I want to do. I would like to be able to open a 224K hex file, and split that file into four seperate 56K files. The trick is that I need to search the 224K file for hex patterns to know how it will be split up. For example, I know that the first file...

Part and Inventory Search

Back
Top