saving bitmap to file

  • Thread starter Thread starter Jean Christophe Avard
  • Start date Start date
J

Jean Christophe Avard

Hi! I designed an application that stores clipart. We can add some more
clipart to the application by either draging a file from a folder into the
app (DataFormats.FileDrop) or from an external application (DataFormat.Dib)

Then I have to encrypt this file and add it to the database. I need a file
for this, that's why I want to save the BITMAP object that I get from
DataFormat.Dib when I drag from COREL Designer.

I have a function that converts the Dib into a BITMAP object (the code is
from MSDN tech staff) now I try to _bmp.save(application.startuppath &
"filenameBlahBlah") and it throws all kind of error.... some one can help
me!?!?!?! this is killing me, really!

thank y'all!
 
Jean Christophe Avard said:
I have a function that converts the Dib into a BITMAP object (the code is
from MSDN tech staff) now I try to _bmp.save(application.startuppath &
"filenameBlahBlah") and it throws all kind of error.... some one can help
me!?!?!?! this is killing me, really!

I suggest to post the complete error message.
 
Back
Top