|
-
Aug 6th, 2001, 11:31 PM
#1
Thread Starter
New Member
Saving an Image from a Picture Box
OK, I have created this cool drawing interface - it's got all the blitting you could ever ask for. I want the user to have a permament record of the art they have created.
Can you store a DC, say from a Picture Box, to file in a bitmap or jpeg format? I have only found LoadImage in the API - is there not a SaveImage?
Help please....
-
Aug 6th, 2001, 11:45 PM
#2
Try the SavePicture statement.
VB Code:
SavePicture Picture1.Picture, "MyPic.bmp"
-
Aug 6th, 2001, 11:49 PM
#3
Thread Starter
New Member
Cheers Matt
Matthew
Feeling a bit stupid now - thanks for your help - spot on
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
|