CBitmap::CreateCompatibleBitmap restraint
hi guys:
everbody has been familiar with bitmap things like CBitmap .BITMAP.etc.
and CBitmap::CreateCompatibleBitmap will fail if either size of width and height overruns 32k limitation. my question is how to get over this limitation?thank you in advance :)
have a good day
Re: CBitmap::CreateCompatibleBitmap restraint
How big do you need to go? What exactly are you trying to do? Maybe there is another solution to your problem...
Re: CBitmap::CreateCompatibleBitmap restraint
hi M-G:
in short.i need to display on host window something hybrid text/binary element.and i was told try not to restrict docu's volume from users.so for flickering-free's sake.i need CBitmap::CreateCompatibleBitmap. i've came up with a bypass solution to take down my original one.so the 32k limitation no longer bothers me. thank you anyways
have a nice day