|
-
Apr 20th, 2007, 07:47 AM
#1
Thread Starter
New Member
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
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
|