I want to know how to get running process or tasks of r开发者_运维问答emote PC in VC++.There are a couple of ways. One is to open that machine\'s registry, and enumerate processes via the registry int
I am trying to display multiple icons to the Treeview item but it is not displaying all the icons, it displays only one.
I need to detect when another application /window in my app does paste on my previously set data , so I can remove it from my source window. I have discovered that COleDataSource::DelaySetData theoret
We are developing an application in which we are using a WinSock-based sime socket approach to communicate with an outside module. Our requirement is to make sure that the connection will always be on
I\'m having trouble compiling one of o开发者_如何学运维ur legacy COM components.I get the following compiler error:
I want to use a GUID in my class. 1) I want to give it a default value in the default开发者_高级运维 constructor (something like 0, NULL, etc). How can I do it?
I want to build a regular expression in c++{MFC} which validates the URL. The regular expression must satisfy following conditions.
I\'m curren开发者_如何学Ctly using the CListBox Control for MFC. Is it possible to retain the data inside the List Item but edit it, without deleting then re-adding it?
How do I persuade the MFC Doc/View architecture to let me simultaneously display two different views of the same document?
I am trying to initialize a set with more than one member in my member initialization list and I am not sure about the syntax. The ** is where I am getting my syntax error (without the ** of course).