2
votes
1answer
379 views

Drawing Image using WinAPI: LoadBitmap works but LoadImage() won't?

I'm pretty new to Windows programming and have been following theForger's Win32 API Programming Tutorial. I've been trying to draw an image inside a window. Having looked at similar problems, this ...
0
votes
2answers
309 views

Transparency of Icons In Windows 7 Explorer

I'm on Windows 7, and i am trying to display an icon with transparency on my contextual menu but it doesn't work. I am trying to use LoadImage like this : m_hMenuBmp = ...