packaging files

  • Thread starter Thread starter quadrac
  • Start date Start date
Q

quadrac

Guest
hi:

i want to make a program that enables me to watch
some text files and some bitmaps.

my problem is that i want all these pics & text files packaged
into one file so that the program will be able to read stright from
it (without extacting)

please direct me to some code or tutorial ( im a newbee)

thanks!
 
You could package the files into what they call a "satellite assembly". This is an assembly that contains no executable code and can be read from your program.

I dont have VS.net but i thikn you can use the AL.exe tool.
 
Back
Top