I need to create a SDI form with a formview that has two tabs, which encapsulate multiple dialogs as the tab content. But the form has to have a colored background.
I have a MFC dialog application with a picture control. I add an icon file with different size of images (32x32, 48x48, etc...) into the icon resource. Then I set the following picture control propert
I have 3 list contr开发者_如何学运维ol on one dialog box but only one is showing focus. if i clicked on 2nd list control then focus disaappear from 1st one.
I want my application to capture input focus, whenever the mouse hovers over it. How do I do it in Windows?
I write MFC application, but when i 开发者_Python百科launch it, in task manager on applications tab all applications list are disapear. if i do active some applications then she appears in applicion l
In MFC Treeview control, how i can check condition if particular child node is already present in treeview?
I am in process of creating开发者_JAVA技巧 a dialog IDD_DIALOG2 which i want to be in the same size as existing dialog IDD_DIALOG1, what would be the easiest way to do this in VC++?Just resize in desi
I\'m trying to draw a CSpinButtonCtrl as a buddy of an edit box in Windows 7. When my CEdit window is 12 dialog units high, the spin buttons are scaled really badly and the top border is clipped off.
I created a GUI application in VC++ and now I wanted to do a AES128 encryption to the data, I am writting to it.
I have a CComboBox control with several items and I need to remove some of them, but the indexes of the remaining items should be preserved.