Results 1 to 2 of 2

Thread: Storing information in VB as resource

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    UK
    Posts
    1

    Post

    Is it possible to store binary data in a VB5 application without needing to read in the info from a file. I have thought about storing the data as a BMP on a form. Any better idears to create a fast binary lookup table, which is permanent in the project.

    Jeremy Green

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    Take a look at Resource files, they allow you to store Bitmaps, Sounds, Text and General Binary Data within a File that gets compiled with the Executable. This would be a good way to store fast access lookup info.

    There are several good examples that come with VB if you're unsure how to proceed.

    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width