Results 1 to 2 of 2

Thread: Problem to save control on image

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    4

    Problem to save control on image

    Hello Everybody....hope all u doing fine ...
    i hve a problem in my application as i m working 4 the image processing application for the first time........In my application I open the bmp or jpeg img in picture box control in application i given facility to the user like there i hve given textbox control which can be placed on the opened bmp file wherever the user wants.....i hve done upto this but when i save the file the text box controls which have been placed before not saved ...
    Does anybody tell me how can i save my textbox control on th image...
    plz tell me the code as i don;t hve any experince in this...
    I hope i will get reply by all u experts...
    Below is the cod i hve done to save but problem is that it is not saved with textbox control....plz check it ...to display the image m using picture box control...
    Dim MYFile, tmp
    'On Error GoTo cancel
    CommonDialog1.InitDir = App.Path
    CommonDialog1.DefaultExt = ".bmp"
    CommonDialog1.Filter = "Bitmaps(*.bmp)|*.bmp"
    CommonDialog1.ShowSave
    MYFile = CommonDialog1.filename
    SavePicture PictureBox1.Image, MYFile

    waiting 4 reply...
    Thanking You
    Chetan
    Last edited by Hack; Apr 20th, 2007 at 07:53 AM. Reason: Removed EMail Address

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Problem to save control on image

    I have edited your post and removed your email address.

    You should never post your email address in an open post on an open forum. Mail spam bots can pick that up and before you know it, your mailbox is full of junk mail. If you wish to share your email address with other forum members, please do so via our PM system.

    In addition, we prefer all answers to questions be publically posted rather than sent via EMail or PM. That way, everyone with a similar problem can benefit.

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width