G
Guest
Hi, I need to load BMP, PNG, JPEG images from file but I don't want to use
Bitmap class. I would like to call some API function that return me an
HBITMAP variable.
I've tried with LoadImage but it seems that this function don't work in
WinCE with flag LR_LOADFROMFILE.
Then I've read something about ImageLoader.DLL
(http://msdn.microsoft.com/msdnmag/issues/04/12/NETCompactFramework/default.aspx) and I've tried to use
LoadBitmapFromFile but I get MissingMethodException.
Anyone can help me ?
Thank you in advance.
Keven Corazza
Bitmap class. I would like to call some API function that return me an
HBITMAP variable.
I've tried with LoadImage but it seems that this function don't work in
WinCE with flag LR_LOADFROMFILE.
Then I've read something about ImageLoader.DLL
(http://msdn.microsoft.com/msdnmag/issues/04/12/NETCompactFramework/default.aspx) and I've tried to use
LoadBitmapFromFile but I get MissingMethodException.
Anyone can help me ?
Thank you in advance.
Keven Corazza