Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Saving form to .bmp file

0 views
Skip to first unread message

Almar

unread,
Aug 21, 1998, 3:00:00 AM8/21/98
to
Does somebody know how to save the "form"?
I've put a screenshot on it and now I want to save it in a file

savefile form1, "g:\temp\temp.bmp" doesn't work
savefile form1.picture, "g:\temp\temp.bmp" doesn't work
savefile screendc(created with CreateDC), "g:\temp\temp.bmp" doesn't work
etc..

Thanks in advance
AJ

--
><><><><><><><><><>
Remove "NOSPAM." from my e-mail address
I don't have time for those irrirating spammers!

Jason Teagle

unread,
Aug 24, 1998, 3:00:00 AM8/24/98
to

Almar wrote in message <90378684...@samba.news.big-orange.net>...

How about SavePicture Form1.Picture, "C:\TEMP\SOMETHIN.BMP"?

Does this help?

_ _
o o Jason Teagle
<
v jte...@solartron.com

Please ONLY respond via e-mail if you want to catch my attention - I don't
necessarily look at the newsgroups all the time.


Ken Conner

unread,
Aug 24, 1998, 3:00:00 AM8/24/98
to
how about just
SavePicture Form1.Image,"C:\SomeFile.BMP"
--
Kenneth Conner MCSD
Alpha-Pack Software


Almar <NOSPAM....@usa.net> wrote in article

Billy Propes

unread,
Aug 26, 1998, 3:00:00 AM8/26/98
to
Look in the Win32 API reference, I'm not sure, but I think there may be an
API call to capture the screen.

Hope this helps,
Billy Propes
pro...@NOSPAMee.net
(Remove NOSPAM)

Jason Teagle wrote in message <768E1.7$iy5.1...@news-reader.bt.net>...
>
>Almar wrote in message <90378684...@samba.news.big-orange.net>...


>>Does somebody know how to save the "form"?
>>I've put a screenshot on it and now I want to save it in a file
>>
>>savefile form1, "g:\temp\temp.bmp" doesn't work
>>savefile form1.picture, "g:\temp\temp.bmp" doesn't work
>>savefile screendc(created with CreateDC), "g:\temp\temp.bmp" doesn't work
>>etc..
>>
>>Thanks in advance
>>AJ
>>
>>--
>>><><><><><><><><><>
>>Remove "NOSPAM." from my e-mail address
>>I don't have time for those irrirating spammers!
>>
>>
>

0 new messages