Sujet : Fichier Bitmap et programmation en C... |
rufo |
youdontcare a écrit a écrit :
je copie colle de ma vieille msdn locale :
LoadImage
The LoadImage function loads an icon, cursor, or bitmap.
HANDLE LoadImage(
HINSTANCE hinst, // handle of the instance containing the image
LPCTSTR lpszName, // name or identifier of image
UINT uType, // type of image
int cxDesired, // desired width
int cyDesired, // desired height
UINT fuLoad // load flags
);
y'a aussi BITMAPFILEHEADER, BITMAPINFOHEADER, etc ...
|
je crois qu'elle sous Borland C++ 2.5 (version DOS)... alors ça va pas le faire :) |