Re: How to hide jpg
- From: "Veign" <NOSPAMveign1@xxxxxxxxx>
- Date: Tue, 23 May 2006 15:27:12 GMT
Sample of what Mike is talking about:
PakFile: Packs Multiple Files To and Extracts From Single File
http://www.freevbcode.com/ShowCode.asp?ID=5883
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
--
"Mike Williams" <Mike@xxxxxxxxxxxxxxxxx> wrote in message
news:e4uvt3$b6b$1@xxxxxxxxxxxxxxxx
<itko59@xxxxxxxxx> wrote in message
news:1148387397.229445.43780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have an application where I use about 30 jpg files. How
can I hide them in a file /lib/ instead they to be visible in the
working directory?
You could place them in a VB resource file, although I'm not sure whether
there would be any memory limitations with that method if your files are
large and / or numerous. An alternative would be to dump all of them into
a single data file headed up with some data pointers and perhaps some
"dummy stuff" between the files just to confuse people and then pull them
out of the data file at runtime.
By the way, I notice you are using a free anonymous email address and a
free anonymous news server. Where are you from?
Mike
.
- References:
- How to hide jpg
- From: itko59
- Re: How to hide jpg
- From: Mike Williams
- How to hide jpg
- Prev by Date: Re: Get Program Files Path
- Next by Date: Re: How to hide jpg
- Previous by thread: Re: How to hide jpg
- Next by thread: Using GetDIBits is not loading all the picture in the array
- Index(es):
Relevant Pages
|