How to use a part of a bitmap resource ?the best approach is to copy into a DIB.. Take a look at CreateDIBSection function you can simply ex...
Wrapping Mutex Functionalitytake a look at the MFC souce for CWinthread CMutex. they already wrapped it. Just copy what they did...
Hit Test w/ Vector GraphicsHi, I'm writing a small drawing program in WIN32 API. I can't for the life of me find a good example...
I need help on arrays int rows = 0; int cols = 0; printf ("Enter #of rows: "); scanf ("%d",&rows); printf ("Enter #of ...
This user does not accept Private Messages