I can see now that the reason the error occurs is because we are using true color bitmaps (24 bpp). If I make it a 8 bpp then there is no problem, but some color loss. Does someone know a solution...
Does someone knows what can be the origin of this error? Can it have something to do with the fact the bitmap has 24bit colors? Or perhaps there is still something wrong with the...
I have a question about
bool KeyStatus[255] = {0};Why is it again that the size of the array has to be constant? I want to have bool KeyStatus[myList.size()] = {0}; But the compiler complains...
Another question then: Is there any manual /tutorial available online for Sun Certified Programmer for the Java 2 Platform, Standard Edition - J2SE 5.0 ! ?
Hi,
I want to get the SCJP. I want to do it in Belgium and on a individual basis. I have this site:
https://www.suntrainingcatalogue.com/eduserv/client/welcome.do?l=en_BE
MFC uses several private classes—CDockBar, CMiniDockFrameWnd, and CDockContext, all declared in afxpriv.h—to implement docking. These classes implement the region you specified.
Msdn says for SetBitmap(): "The bitmap will be automatically drawn in the static control. By default, it will be drawn in the upper-left corner and the static control will be RESIZED TO THE...
Hi,
I can't get TITLEBARINFO and GetTitleBarInfo() compiled. Same problem as in http://www.codeguru.com/forum/showthread.php?t=253497&highlight=gettitlebarinfo
The only thing is, I need this e.g. when a user browses to a webpage with internet explorer and wants to use an image he sees in my program. I want to do this using...