PDA

Click to See Complete Forum and Search --> : Storing information in VB as resource


Jeremy Green
Sep 23rd, 1999, 09:05 PM
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

Aaron Young
Sep 24th, 1999, 11:05 AM
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
aarony@redwingsoftware.com
adyoung@win.bright.net