I have an array of bytes (which I read through a stream directly from a .bmp and then store as a BLOB in a database) which I want to display as icons in a CImageList. Therefore I want to somehow load
Which mechanism can I use to get all open por开发者_JS百科ts with the associated PID\'s (process ID\'s) in Windows 2000?
I am trying to get a CDateTimeCtrl control in a dlg box to show 24 hour time format rather than 开发者_JAVA技巧am/pm nonsense.
I need a way to get the path of the public desktop folder that has to work on XP as well as the newer flavours of Windows and must be (human) language-independent. There doesn\'t seem to be a setting
Basically I need something to determine if the user in the process of a drag and drop action to determine when to suppress over zealous default behavior of the CTreeCtrl label editing in an extended m
I want to create 2 Groupboxes placed one below another in dialog and place some control items with in both Grou开发者_开发百科pboxes. The number of controls with in the Group boxes decided on run time
We 开发者_运维百科have a very large, complex MFC application. For some reason a particular mode for running our application is generating WM_SIZE messages to the window.It should not be happening and
I tried to make a Symbol Button with MFC. The Icon-Resource (*.ico) has a size of 16x16 pixels. When开发者_运维技巧 I load the icon into the button, the icon appears twice as large. Do you know how I
I have a CTabCtrl in my program and 3 \"child\" *CFormView*s that I show/hide whenever the user changes the active tab.
I am working on implementing spellchecker in an MFC application. What I want to do is display red lines under incorrectly spelled words.