Where can i find complete specifications and guidelines/conventions on coding styles for Windows API and MFC programming. As one can see from
I was talking about re-factoring yesterday, and the approach I was开发者_开发技巧 going for was obviously wrong. I looked into suggested patterns, but the problem was still that the common functionali
I\'m trying to re-factor a code base, and there is some开发者_高级运维 common functionality among unrelated classes that I\'d love to unite. I would like to add that functionality in common base class
I try to build subproject ExplorerPlugin from mDNSResponder-107.6.tar.gz archive but receive next link error:
i need to make a class that have a pointer to mfc class and to turn on and off the gui and also开发者_C百科 to have the option to take data from the gui.
how to pass information from kernel mode to user mode in VC++ ? Any help is high开发者_StackOverflow中文版ly appreciated.To use kernel mode routines, one has to install Windows Driver Kit.
I want to make the hostname part of this string to be variable.. Currently, it is only fix to this URL:
When the user wants close an MFC window, it is done by pressing a specific button, CButton, IDCANCEL, \'Cancel\'. The button is ebabled if all requiredfields are filled.
I have a subclass of CMFCToolBa开发者_如何学Pythonr that contains a few buttons, one for toggling a setting and the others for displaying the current state (shown one at a time). I need the other butt
how to calculate idle time of an application in mfc. If an application session has been idle for more than 15 minutes how to re-authenticate