Search results for query: *

  1. dominion_vortar

    Searching for a string in a binary file

    Hey, I have a binary file, containing a structure with 8 fields, 3 of which are strings. Is there any way that I can create a 'search box' in a form that will cross reference what the user searches with the contents of the binary file and bring up results? Thank you! :o
  2. dominion_vortar

    Question Working with text files

    I'll remember that one, thanks very much for your help ;)
  3. dominion_vortar

    Question Working with text files

    Thanks very much for that, I've managed to load information into text boxes with their corresponding prices. Is there a way to amend the code so that when the user, for example, pressed "Save" after altering the values in the text boxes, it writes over that information in the file?
  4. dominion_vortar

    Question Working with text files

    Hi, I have a text file containing 10 pieces of information. I want to read the information from the text file and put it in text boxes on a form, so that the user can view the information and edit if required. What is the best way of approaching this? Thanks for your time :)
Back
Top