Rick Posted November 12, 2003 Posted November 12, 2003 Basically I want to create a program where the user enters a doctors name, bio and selects a picture from their hard disk. Then I need the program to be able to save the name, bio, and picture as one picture file (either JPEG or TIFF) to a preset layout. If not, then I want to be able to save it to a Word template. Can someone point me in the right direction? I am using VB .NET Quote
*Experts* mutant Posted November 12, 2003 *Experts* Posted November 12, 2003 If you want to save an image object to a file then using its save method will do it: imageobject.Save("path", System.Drawing.Imaging.ImageFormat.Tiff) Quote
Rick Posted November 12, 2003 Author Posted November 12, 2003 Thanks, but how would I go about making sure the doctors name and bio were added and saved in the image as well? Quote
*Experts* mutant Posted November 12, 2003 *Experts* Posted November 12, 2003 How are you drawing the info to the image? Quote
Rick Posted November 12, 2003 Author Posted November 12, 2003 How are you drawing the info to the image? It is probably easier to just have everything inserted into a Word document with a preset template. Quote
*Experts* mutant Posted November 12, 2003 *Experts* Posted November 12, 2003 I don't use Office automation so can't help you there, sorry. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.