|
-
Sep 23rd, 1999, 09:05 PM
#1
Thread Starter
New Member
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
-
Sep 24th, 1999, 11:05 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|