Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 20th, 2006, 03:46 AM
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Picture box container controls save to image

Hi All,

    I am new to this forurm, Please help me. I want to create Label controls dynamically over picture box, and then save the picture box along with the placed label over picturebox to an image. i am able to create label control, but when i save it only image get saved and label control are not added to that image.

I have used this code to save the image
 PictureBox1.Image.Save("c:\test.jpg", Imaging.ImageFormat.Jpeg)

or

Dim a As New Bitmap(PictureBox1.Image)
        a.Save("c:\1test123.bmp", Imaging.ImageFormat.Bmp)

can anyone help me how to find the solution for this problem ??

Thanks in Advance


PS: let me know if it sound weired...i may re-write it again






Similar Threads
Thread Thread Starter Forum Replies Last Post
Picture Box proportional to original image. watashi C# 1 April 17th, 2008 02:30 AM
Container User Controls rolandatem C# 2005 5 October 12th, 2007 08:03 PM
how to save picture in oracle using Blob pandeyvic Oracle 1 December 2nd, 2006 03:51 AM
How to save a picture in Microsoft Access Database Edward King Java Databases 0 January 4th, 2006 01:27 AM
How to disable Right-click to Save Picture As.... bekim HTML Code Clinic 11 January 9th, 2005 02:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.