Is there any way I can disable slide an开发者_如何学编程imation effect of a particular combo-box in MFC?
This code displays hello in chinese char buffer[10]=\"hello\"; AfxMessageBox((LPCTSTR)buffer); while this code displa开发者_JAVA技巧ys it in english
First of all: Is this even possible? I have a third party dll that interfaces some hardware. It\'s written in MFC. I received (from the dll vendors) a sample Visual Studio 2010 solution which has onl
I am creating a thread using this call: m_pThread=AfxBeginThread(read_data,(LPVOID)hSerial); read_data is a static method in my class.
I have a situation with edit control and I need some guidance. The text editor functions normally in most cases but in other cases, depending on the last few characters before typing and based on the
I am working on an embeeded device.and it is connected on COM6 port when i use putty to write to that port it replies me with result.
I have a windows application setup as follows: Debug - builds an exe which statica开发者_如何学Clly links the libraries it uses
I\'ve a non-unicode application which is using unicode versions of the ini reading functions like GetPri开发者_运维百科vateProfileSectionW and GetPrivateProfileStringW. The program is working well whe
i just started learning MFC..found a tutorial here http://bit.ly/j2uhHO ..just tried the same thing in VS2010 but getting a compilation error in this code..
i am creating a Qt application and i need to use a mfc dll in it! (i am using vs2008) the qt application project properties are: