My company builds an MFC application that runs on Windows XP.One of our customers has reported a crash in this application that occurs when it opens a Common File Dialog to allow the user to save a lo
All. I have some problem during writing an mfc application. It is using the sample project, posted on below url, to implement multiple selection on CFileDialog.
I\'m following example 8a of a MFC book entitled (Programming with Microsoft Visual C++ .NET, Sixth Edition).
I am experienced in C# but not in C++. Recently my Windows CE 5 C# program is hitting performance issue and I am considering moving calculation to C++ DLL then P/Invoke it from C# since C++ supports h
I have a class (Event.h): class CEvent { publi开发者_高级运维c: CEvent(); ~CEvent(); int nVal; }; defined in Event.cpp
I am reading a datetime from database in a ColeDateTime format. I want to convert it to CTime to get the date month year and time.
In my MFC application, character set is set to \"Multi-byte\", I am trying to load a Japanese string stored in string table using LoadStringW function to load the string from the string table but it a
I am quite desperate to resolve this very annoying issue :( I am trying to display a child window on parent window. Some time the window need to be resized. But for some reason, when I using MoveWindo
In one case of my application, I want to end the application in the dialog\'s OnInitDialog or immediately after this function. Is there any way to do it?
I want to pass JavaScript objects (JSON and function objects) into my ActiveX control. Ideally, I could manipulate JavaScript objects (e.g. reading or modifying JSON) and perform JavaScript function c