I\'m developing an application under C# to read some data from a hardware which is connected to a serial port.
I was going through the CWinThread tutorial and found that the classes derived from CWinThread can be used inside AfxBeginThread. Please tell me where(under which function) should i write the logic fo
how to solve #error : M开发者_开发知识库ust define a target architecture in wince mfc application?i got to know that we need to use device header and libraries but how can i use that?Presumably, the e
I need a spellcheck tool for my MS C++ (MFC) project. It looks like hunspell is a good choice. However, I found it difficult to compile with visual studio. Can someone help?
How do I write a C++/MFC program to make a server as a bridge for clients to stream their audio? I have been told to use UDP and RTP protocol but due to my lack knowledge of media streaming, I could开
While running following code if (CDocManager::pStaticDocManager != NULL) { delete CDocManager::pStaticDocManager;
I have created a custom progress control, derived from CProgressCtrl, to display the progress using a bitmap by overwriting the OnPaint function (CProgressCtrl::OnPa开发者_运维百科int is not called).
I created my own ODBC wrapper class which handles SQL from C++ Win32 application. I have copied and Added (as existing) this class to my MFC application.
How do I set up named p开发者_开发技巧ipe between a .NET (specifically WPF) application and an MFC application running in the background?I need to provide synchronous and asynchronous messaging sendin
I have programmed an ActiveX in MFC. When placed inside a co开发者_开发知识库ntainer, I can use COleControl::AmbientUserMode() to determine if it\'s now in design mode or run mode. What I want is to f