When I resize parent dialog (resizing border), child dialog is not painting correctly. Child dialog is partially hidden behind开发者_开发问答 the border of parent dialog. If i make dialog bigger, reve
Is it possible to have enabled rad开发者_Go百科io buttons though the user cannot change the value?It is possible. If you create your radio buttons with the BS_RADIOBUTTON style instead of BS_AUTORADIO
Greetings. I have to make a draggable MFC dialog window, which has a background- used that: http://www.codeproject.com/KB/graphics/picturewindow.aspx - and has several picturebox controls. I have tri
I need to add a custom (static) list box which i created using toolbox on a fromview i need to add thi开发者_C百科s listbox on the Dockpaneview (Output window) provided by MFC.
I have an std::map as parameter for an function and in Debug Mode (VS2008) the map have the correct keys and values, but when I start the program in Release there are crappy chars in to the map!
I am getting this warning \"warning C4800: \'int\' : forcing value to bool \'true\' or \'false\' (performance warning)\" on below line of code 开发者_StackOverflow社区:
I have an old MFC project that I need to expand. For database operations I use a class derived from CRecordSet, and bind Oracle BLOB to CByteArray. When I retrieve a row with null blob, I get an array
I\'m confused by the example given by Leo Davidson in is Ccriticalsection usable in production?. Leo gives three code blocks introduced as \"Wrong (his example)\", \"Right\", and \"Even better (so you
Is there a futurepack or something like that for Visual Studio 2010, where i could use new ribbon UI of Microsoft Office 2010 in MFC. I know that Microsoft released FuturePack for VS 2008 to develop a
How to Mount Network Drive Locally in MFC(VC++) ? C开发者_开发问答urrently I am using WNetAddConnection2 to mount drive but it mount drive on network, I want to mount it has locally.