Look at wotsit.org and get the PCX file format. Open it yourself, read it to an array, and save it as a bmp, by either using DIB sections to copy it to a picturebox and then save that picture, or by saving the array directly.