how to embedd or bind any file to my app at runtime ?
-
-
hi i want to embedd or bind any file to my app in runtime and extract it at run time again( for example i want that user can embedd or bind access db into my exe file or extract it again at run time) how to do that ?? codeproject is best .. thanks
Would you explain it more. If you want the schema of an Access DB file then you can use OleDbSchemaGuid. Saqib
-
Would you explain it more. If you want the schema of an Access DB file then you can use OleDbSchemaGuid. Saqib
-
no i don't want embedd only access db into my app, i want to embedd any file to my app or bind it to my app.(for example i want to bind an exe file to my app).
With binding what do you exactly mean, like what would you take or give to that bound file. Saqib
-
With binding what do you exactly mean, like what would you take or give to that bound file. Saqib