Containing object within VB.NET EXE
Just curious if anyone knows how to add, in design or runtime, say... a .mdb file like an access database, into your executable for when it compiles.
So what I want it to do is... give someone only 1 of my executables, but when open, have a loading sequence, during this brief period, have it extract the .mdb file to a temp location, access data from it, and then delete it.
I dont need to know how to do any of the ADO.NET stuff, or anything but the actual compiling of the .mdb file within my .exe, and then extracting it. please help!
Just curious if anyone knows how to add, in design or runtime, say... a .mdb file like an access database, into your executable for when it compiles.
So what I want it to do is... give someone only 1 of my executables, but when open, have a loading sequence, during this brief period, have it extract the .mdb file to a temp location, access data from it, and then delete it.
I dont need to know how to do any of the ADO.NET stuff, or anything but the actual compiling of the .mdb file within my .exe, and then extracting it. please help!