Hello,
I create a managed C++ WIN32 form project. I insert some bitmaps into rc
file of this project. But when I use LoadBitmap, it fails.
hBitmap = ::LoadBitmap(Ge tModuleHandle(N ULL), MAKEINTRESOURCE (wResID));
How to resolve this problem?
Thanks!
Zhenxin Li
I create a managed C++ WIN32 form project. I insert some bitmaps into rc
file of this project. But when I use LoadBitmap, it fails.
hBitmap = ::LoadBitmap(Ge tModuleHandle(N ULL), MAKEINTRESOURCE (wResID));
How to resolve this problem?
Thanks!
Zhenxin Li