How to load pcx-images into an System.Drawing.Bitmap ?

  • Thread starter Thread starter Per
  • Start date Start date
P

Per

I'm working on a project that have to load an display pcx-images in a
PictureBox-control. When I try to load the file with Bitmap.FromFile I get an
exception. Does anybody have an idea ?
 
I'm working on a project that have to load an display pcx-images in a
PictureBox-control. When I try to load the file with Bitmap.FromFile I getan
exception. Does anybody have an idea ?

Hi,

There is no support for PCX in the framework I think, in this case
you should try to find a third party control that allows it. I would
first stop by codeproject or some of the other code repositories to
see if there is a managed (and free) version around.


Ps:
If you find one please post it back here for the posterity :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top