|
-
Aug 19th, 2002, 06:30 AM
#1
Thread Starter
Hyperactive Member
Insert Image into a text file
hi friends,
i have a form in vb where i am taking some images(gif,jpeg) along with some other info and then i need to save the info as well as those images in a single file(it is a proprietary file)
can anyone help me how can i insert images into a singel file and again i need to retrive those images also from that single file.
thank u
-
Aug 19th, 2002, 07:15 AM
#2
Frenzied Member
Do you have to store the images in the file ?
If not, you could use the Resource Editor to store them, where each picture is given a unique number, and then you could recall them as and when necessary.
Obviously this is no good if you HAVE to store them with the file, but I thought I'd ask
-
Aug 19th, 2002, 09:21 AM
#3
Frenzied Member
VBNET has sample code for combining an image into text in one file:
http://www.mvps.org/vbnet/code/file/combine1.htm
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
|