@oaimac, I am not able to read thevariable from dialog CSettings I am not sure what is is wrong in this code
I\'ve made an owner-drawn listbox by deriving CListBox, but I don\'t want it to have a border. Instead the border will be painted in the background of the parent dialog, so my开发者_如何学Go listbox w
Vector::Clear() will erase the elements in the vector array. The issue is that if we pass objects in vector list then Clear() will delete the memory of objects or not.
I have a class named IF, in the header she has an object deque <CMessage> m_messages I need to write in the constructor \"new\" to this deque? how do I do this?
When creating a new scheduled task, using CreateProcess with at.exe command, I get files in the sc开发者_高级运维heduled tasks folder named at1.job, at2.job, at3.job, etc.
This error happens while trying to send the instance of CTypedPointerList in the function parameter from one class to another class.
How do I make a \"save as\" dialog in MFC? F开发者_C百科or example, when I click \"save as\" in MFC, a dialog appears. How do I replicate that?Here is an example from MSDN for an open dialog box :
I want some template classes like sort etc is used to sort the CTyped开发者_运维百科PtrList.This Sample will sort CTypedPtrArray :
If I call CDialog::SetWindow on a dialog constructed as follows: CDialog *tmp=new CDialog(IDD_TEST, theParent);, then it crashes. If I call, CDialog *tmp=new CDialog(); tmp->Create(IDD_TEST, thePar
I need to implement TreeList control same as in Process Explorer. I am quite newbie in GUI and did not write such complicated controls.