Under Windows XP, when you drag and drop an Ctreectrl item, it will create a ghost image of
the item icon and text. But, I ran the same program under Windows 7/Vista, and the item text
is missing...
edited:
My Ctreectrl has imagelist icons that look like checkboxes, but it doesn't use the TVS_CHECKBOXES flag.
It gets checked when OnLButtonUp is called.
I have an odd problem involving Ctreectrl. When I add the TVS_DISABLEDRAGDROP flag to my
Ctreectrl creation, OnLButtonUp gets called as expected. But, when I remove it,
OnLButtonUp doesn't get...
I found something called "Enable Minimal Rebuild" under Configuration Properties -> C/C++ -> Code Generation -> Enable Minimal Rebuild,
but I think it...
For VS 2005/2008, is there a set option/property that rebuilds the entire project every time, even if no source code
changes have been made? It would rebuild everything, even if "Build->Build...
In Visual Studio, under C/C++ -> Code Generation -> Basic Runtime Checks, it has settings to do basic
runtime checking for uninitialized variables.
...
I can avoid clipping by adding more space at the bottom, but I noticed that the default "Help" button is
not clipped when it is exactly in the same position as my button. ...