|
-
Jul 4th, 2000, 05:38 AM
#1
Thread Starter
PowerPoster
I hope its what youre looking for:
Code:
SavePicture Form1.Image, "C:\Test.bmp"
-
Jul 4th, 2000, 05:38 PM
#2
New Member
I have tried using that savepicture and all i got is a gray image instead of the desktop background images. anymore suggestion?
-
Jul 6th, 2000, 03:03 PM
#3
Junior Member
try putting your image in a picture box and using the SavePicture call..
SavePicture MyPic.picture, app.path & "\MyPic.bmp"
should work without fail
-
Jul 7th, 2000, 09:44 AM
#4
New Member
IT works fine in WindowsNT but not Win95/98. I need it to work with Win95/98. Please help
-
Jul 15th, 2000, 07:13 AM
#5
Fanatic Member
Hope this helps.
First set autoredraw to true, then paintdesktop, then form1.refresh, then savepicture.
Sorry if this doesn't help
-
Jul 15th, 2000, 11:23 AM
#6
Also, make sure that you are saving it's Image. There is a difference between the Image property and the Picture property.
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
|