|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Embed fileI would like to embed a file in my EXE and extract it at runtime. Is
this possible? If so how? the file is a MS Access Database. Would like to check if the file doesn't exists in the application directory to extract it from the exe and place it there. "Nikolay Petrov" <Nikolay.V.Pet***@gmail.com> schrieb: <URL:http://groups.google.de/group/microsoft.public.dotnet.languages.vb/msg/7f73b72ab0a88452>>I would like to embed a file in my EXE and extract it at runtime. Is > this possible? If so how? > the file is a MS Access Database. Would like to check if the file > doesn't exists in the application directory to extract it from the exe > and place it there. Instead of creating an icon object from the resource stream, write the stream's data to a 'FileStream' object. Maybe it's even better to hold the default database in a template directory and simply copy this template database to the desired location instead of blowing up the resource by embedding larger files. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Seemingly random Concurrency violations updating Access database
Insert into database Running program in VB.NET doesn't work? How to invoke the ClassLibrary? Read sequential file using VB Query based on a text box value.. One line of code not working : susposed to resize datagrid column.. GDI+ Rendering Text and scrolling Re: Dataset Problem Call MS ACCESS report from vb.net |
|||||||||||||||||||||||