I have an MFC application that reads and displays event log records using the ::ReadEventLog() API. The problem is with reading the \"Description\" message string of the event log record. The MFC appl
I use a subclass of CRichEditCtrl to provide a CEdit+ type control. One thing I want is to disable drag-drop functionality, which the base class provided by default.
When try to do a memset it gives the following exception \"Unhandled exception at 0x1023af7d (PxSmartInterface.dll) in SendOutDllTestExe.exe: 0xC0000005: Access violation writing location 0x40e3a80e.
I have an application that outputs large amounts of text data to an MFC tree control. When I call SetItemText() with a long string (larger then 1000+ char) only the first ~250 chars are displayed in t
It seems that disabling a checkbox through the Disabled property also grays out the caption.Does anyone know how to keep the caption enabled but disable input?
Time was that I could F1 a symbol in my .cpp or .h file, and I\'d be given a reasonable list of possible topics to delve into.
开发者_StackOverflow中文版I am new to MFC and VC++ programming. I have two questions: How do I make a resizable dialog bar?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
One of the standard menus provided to a Document/View app under MFC is the Windows menu.It provides things like tiling and cascading windows, and appends an enumerated list of currently available view
Using Visual Studio .NET 2003 C++ and the wininet.dll Am se开发者_运维问答eing many C4995 warnings