mfc
Could a shell extension be causing my program to crash?
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[详细]
2023-04-13 05:37 分类:问答MFC CFileDialog - Getting special folder path on windows 7
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.[详细]
2023-04-13 05:05 分类:问答CImageList exception in MFC programming VS-2008
I\'m following example 8a of a MFC book entitled (Programming with Microsoft Visual C++ .NET, Sixth Edition).[详细]
2023-04-13 04:23 分类:问答Looking for code sample on creating C++ DLL then P/Invoke in C# (For Windows CE 5/6)
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[详细]
2023-04-13 00:45 分类:问答MFC: new object - error message?
I have a class (Event.h): class CEvent { publi开发者_高级运维c: CEvent(); ~CEvent(); int nVal; }; defined in Event.cpp[详细]
2023-04-12 23:12 分类:问答want to convert ColeDateTime to CTime
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.[详细]
2023-04-12 18:38 分类:问答MFC LoadStringW Is not not loading Japanese string properly from the string table
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[详细]
2023-04-12 17:35 分类:问答Troubles with ::MoveWindow - leaving blank space
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[详细]
2023-04-12 16:48 分类:问答How to end a dialog mfc application from CDialog::OnInitDialog or immediately after this function ends?
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?[详细]
2023-04-12 15:19 分类:问答Is it possible to pass Javascript objects to ActiveX (and use them)?
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[详细]
2023-04-12 07:18 分类:问答