|
-
Dec 30th, 2011, 09:01 AM
#1
Thread Starter
Member
VB - Export resource at runtime
Hi all,
Is anyone aware of a method to export a resource (an .accdb file) at runtime ?
I've had success in exporting image files by using :-
My.Computer.FileSystem.WriteAllBytes("filepath", My.Resources.filename, False)
Unfortunately this method dosen't enable the export of the file type I need. For various reasons the file must be exported at runtime, so any ideas would be helpful.
Thanks
Charlie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|