Hello Wayne,
Primarily in Delphi, you use the helpfile to guide you through processes you do
not understand. You can actually learn Delphi by doing this enough without a
course. So respectfully suggest you use help to get you over these minor hurdles
which explains:
SavePictureDialog1.DefaultExt := GraphicExtension(TBitmap);

SavePictureDialog1.Filter := GraphicFilter(TBitmap);
if SavePictureDialog1.Execute then
  {save the graphic }

Where TBitmap is the picture you want to save.
Cheers,
Al+



Thursday, March 27, 2003, 10:03:40 AM, you wrote:
RW> Hi

RW> I'm trying to use the above dialog and I can execute it but I cannot see how
RW> I'm supposed to attach the picture to be saved to the dialog. When I execute
RW> the dialog, it looks as if I navigate to a picture (which gets displayed)
RW> and all I can then do is save the picture over the top of itself.

RW> Can someone give me a tips (and I already know to open the door before going
RW> through the doorway).

RW> Wayne
RW> ---------------------------------------------------------------------------
RW>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
RW>                   Website: http://www.delphi.org.nz
RW> To UnSub, send email to: [EMAIL PROTECTED] 
RW> with body of "unsubscribe delphi"
RW> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


-- 
Regards,
 Alistair+

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to