I am not sure you can put them into your exe.....(correct me if I'm wrong pleaase), but you can distribute them when u install your program and put it in the app.path........
We have the technology and we are not afraid to use it
By including them in your package and deployment wizard they are not part of your executable...it is included in your setup but it will (after setup at the user) still be a seperate Word File
We have the technology and we are not afraid to use it
Cool
If you want to ad another file..
double click on the resourse file included in the project..
(i am going from memory soo bear with me)
Add a "custome resouce" The i think you will be promped
to find file..
Then. right click on the newly added file , and change the file extension to the one you added.. ie. txt, doc, mdb etc.
As for... btBuffer = LoadResData(101, fileType) ' 101, 102, 103 and 104! (index,format)
it refers to the files in the resource file.. make sense?
101 will be mdb 102 might be a bitmap. ...
Hope i didnt confuse the issue
Seahag
Just a thought..
YOu may have to make 101 a variable. add it to the function.. and
Make a loop to extract multiple resource files
That is all
Last edited by SeaHag; Feb 22nd, 2002 at 02:17 PM.