Hi. I've created a form with an image placed in a picture box. Is there a way of saving that image as a file to the hard drive? Many thanks in advance.
Yes the image is on my hard drive but others need to run the program which will then place the image on their drive. The program is to set up email stationery. A user will download it from a website, enter their email address and email signature and then the program will generate an html file and a couple of images in their stationery folder. Thats the theory anyway. I'm just stuck on extracting the images to the stationery folder. They are gifs as well just to complicate things.
Use a self extractor such as Winzip SE, or InstallShield.
Use a VB EXE Packer Called Stand Alone Express (Digit's Software, I'm always recommending it!). This packs your exe, and all necessary Libraries and Controls into one Compressed EXE so you only need to distribute the one EXE.
You can also add any files you want to this exe, and they will be installed in a location of your choice when it is run. Be wary of adding BMP or other large files though, as the size of the exe can go up considerably.!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.