I have an RPC Client/Server which I would like to write as a single module. This way I could start the same module on multiple workstations with different parameters to RPC to any other workstation...
I have a class which was CRichEditView, now transferred to CRichEditCtrl.
After the transfer, the newlines, "\r\n" are not being honored. Everthing appears on one line..!!
The code snippet I am...
I have a simple C++ wrapper class which inserts and formats text into Word.
Now I have tried to change it to set the Page Properties, margins etc.
I get the PageSetup pointer by:
I know there is some code in CodeGuru which shows how to detect that the CD Drawer was opened, or more importantly, Closed.
However, this does not seem to work in my MFC program.
Has anyone managed...
When I am adding second level entries, (the root levels are titles), to my tree view, I get duplicate entries in the Tree.
So I would like to be able to search through the existing tree items to...
I need to define my own operator new in order to perform memory management in a large project.
Everything is fine, until I try to compile a class which multpily inherits from several bases which...
I have written an addin for Visual Studio and thought that it would be nice to have the WAIT CURSOR (hourglass) displayed while it executed.
However, as addins run outside of the IDE Windows, I...
Yes - you got it - that's the way I did it.
As far as the splitter goes, I just added a CSplitterWnd m_wndSplitter; in mainFrm.h
then did all of the paneSize() and CreateStatic()stuff in the...
I am trying to get a TreeView and a RichEdit into a static splitter window, using doc/view in MFC.
The tree view works fine, but when I try to get the Document, where the class pointer is stored,...