The Microsoft Foundation Class Library (MFC) is a C++ framework for Windows GUI programming.
1
vote
1answer
1k views
How to check if an other program is running in fullscreen mode, eg. a media player
How can I check if an other app is running in full screen mode & topmost in c++ MFC?
I just want to disable all of my auto dialogs (warnings) if media player or other players are running. (Like ...
5
votes
10answers
3k views
High speed graphing control for .NET (or MFC)?
I need to write a digital oscilloscope type application. There are many great static graphing controls out there, but I need something that can graph 16 traces processing 4000 samples per second.
Is ...
4
votes
2answers
652 views
OpenCV Mat of cropped images do not correctly display on MFC View
I am using following routines to display OpenCV Mat on MFC View. And it's working well for uncropped images. But for pre-cropped images, it shows blank or weird images like the ones below:
First one ...
3
votes
4answers
2k views
How to redirect MFC messages to another object?
In an instance of a class derived from CWnd, is it possible to forward (redirect) all MFC messages to another object, without writing separate handlers and message mappings for each possible message? ...
3
votes
4answers
4k views
Making an MFC application international
I've got several large MFC applications here, and converting them into any other format is out of the question. We're expanding into other markets, and would like to make the apps work in other ...
2
votes
2answers
775 views
How to create a process that is not a child of it's creating process?
I have two processes, A and B. At some point A creates B. After B is created, if A's process tree is killed, I want B to still be around.
I am using CreateProcess() to create B, and I can't seem to ...
2
votes
3answers
2k views
How to programmatically check Internet bandwidth in VC++?
I need to find the bandwidth available at a particular time. The code must be developed in Visual C++ or in .Net family . If anyone knows how, please help me out.
2
votes
7answers
3k views
Chart controls for MFC application?
I would like to have some suggestions about which third-part controls can we use in our Visual C++ MFC application?
5
votes
3answers
740 views
Profiling disk access
Currently I am working on a MFC application which reads and writes in to the disk. Sometimes this application runs amazingly fast and sometimes it is damn slow. I am guessing that it is because of the ...
4
votes
3answers
3k views
MFC resource.h command/message IDs
I'm working on an MFC application, that got pretty messy over years and over different teams of developers. The resource.h file, which contains all command/message mappings grew pretty big over time, ...
4
votes
11answers
523 views
Want to learn Windows Programming,some suggestions? [closed]
Someone told me to use MFC,but it seems that MFC will be dead,although its not already...
so if i want to learn windows programming now, which one should i choose? thx.
3
votes
3answers
476 views
Unresolved Externals Nightmare
Hello industry veterans,
I am a junior in college embarking on my first summer programming internship, and I am in way over my head. The company I'm working for has purchased a colossal application ...
3
votes
2answers
606 views
Usage limitations during the DllMain Attach and Detach process
One colleague of mine has troubles during the DllMain Detach process. His bug seems not to appear in all cases, but fairly often.
While trying to help him, I kind of remembered of some usage ...
3
votes
5answers
1k views
How does a CRichEditCtrl know a paste operation has been performed?
It has methods like CRichEditCtrl::Copy(), CRichEditCtrl::Paste() which you can call, but I can't spot any messages the control is sent by Windows telling it to perform a paste operation. Does anyone ...
3
votes
7answers
8k views
Detecting a single mouse click in MFC
In MFC a double-mouse click event triggers the following sequence of messages
WM_LBUTTONDOWN
WM_LBUTTONUP
WM_LBUTTONDBCLK
WM_LBUTTONUP
So responding to the WM_LBUTTONDBCLK message allows you to ...
2
votes
4answers
3k views
array[byte] to HBITMAP or CBitmap
I have an array of bytes (which I read through a stream directly from a .bmp and then store as a BLOB in a database) which I want to display as icons in a CImageList. Therefore I want to somehow load ...
2
votes
2answers
1k views
MFC : How to capture a link click event in a web browser control?
I have an MFC application that has a webcontrol. When clickable links are clicked, it opens using IE, not the default browser.
Questions :
Is there a way to force it to open using the default ...
2
votes
2answers
2k views
How to send a notification that's handled by ON_NOTIFY?
I'm trying to post a LVN_ ITEMCHANGED to my custom gridlist's owner. I know how to send a WM_ User message using PostMessage (as shown here)
::PostMessage( AfxGetMainWnd()->GetSafeHwnd(), ...
2
votes
3answers
854 views
Why does my MFC app hang when I throw an exception?
If you throw an exception from inside an MFC dialog, the app hangs, even if you have a catch block in your code. It refuses to respond to the mouse or keyboard, and the only way to shut it down is ...
1
vote
1answer
1k views
Modifying opacity of any window from C#
Is it possible to modify the opacity of all opened windows from C#. I googled for minimizing the windows and i came to know that its possible with pInvoke calls. It even worked. Similarly is it ...
1
vote
3answers
3k views
Reduce windows executable size
I have a C++/MFC app on windows - dynamically linked it's only 60kb static it's > 3Mb.
It is a being distributed to customers by email and so needs to be as small as possible.
It statically links ...
0
votes
3answers
776 views
Can a custom MFC window/dialog be a class template instantiation?
There's a bunch of special macros that MFC uses when creating dialogs, and in my quick tests I'm getting weird errors trying to compile a template dialog class. Is this likely to be a big pain to ...
7
votes
4answers
10k views
CString to char*
We are using the CString class throughout most of our code. However sometimes we need to convert to a char *. at the moment we have been doing this using variable.GetBuffer(0) and this seems to work ( ...
7
votes
4answers
6k views
How to draw in the nonclient area?
I'd like to be able to do some drawing to the right of the menu bar, in the nonclient area of a window.
Is this possible, using C++ / MFC?
5
votes
4answers
7k views
How to determine if the current window is the active window?
How can I tell if my window is the current active window?
My current guess is to do GetForegroundWindow and compare the HWND with that of my window.
Is there a better method than that?
I'm using ...
4
votes
2answers
1k views
Double null-terminated string
I need to format a string to be double null-terminated string in order to use SHFileOperation.
Interesting part is i found one of the following working, but not both:
// Example 1
CString ...
4
votes
8answers
12k views
Getting user name/password of the logged in user in Windows
Is there any API to get the currently logged in user's name and password in Windows?
Thank you in advance.
3
votes
1answer
500 views
How do I bypass GUI in MFC app if command line options exist?
I've got an existing simple MFC app that the user specifies the input file, output file, and then a "Process" button. I'd like to just add the capability so that the input/output files are command ...
3
votes
11answers
1k views
Class names that start with C
The MFC has all class names that start with C. For example, CFile and CGdiObject. Has anyone seen it used elsewhere? Is there an official naming convention guide from Microsoft that recommends this ...
3
votes
4answers
998 views
Piecewise conversion of an MFC app to Unicode/MBCS
I have a large MFC application that I am extending to allow for multi-lingual input. At the moment I need to allow the user to enter Unicode data in edit boxes on a single dialog.
Is there a way to ...
3
votes
4answers
912 views
Record online radio stream in VC++
I want to develop a software which can record online radio streams in VC++ using MFC. Any pointers to get me started.
3
votes
4answers
4k views
How to load string of array in to combobox faster in MFC?
I have an array of 1000 strings how to load them in to combo box faster like kind of dumping in to rather than iterating it?
And to copy the combo box data to some 10 other combo box?
2
votes
2answers
2k views
How to display OpenCV Mat on MFC View
I thought displaying OpenCV2 Mat on MFC View is simple but is not. This is only relevant material I found on google. Excuse me for my ignorance but I can't find any other materials showing how to use ...
2
votes
2answers
875 views
StdAfx + Header file - Order of inclusion in MFC application
I am using Visual Studio 2005. I created an MFC based console application named "StdAfx dependancy". The IDE created the following files for me.
Resource.h
StdAfx Dependancy.h
stdafx.h
StdAfx ...
2
votes
4answers
1k views
MFC Dll with COM Interface
I am pretty new to managed/unmanaged interoperability and COM concepts.
I received a suggestion of using COM Interop, for using my existing MFC code in C#. But the problem for me is, i have a MFC Dll ...
2
votes
3answers
2k views
Transparent window containing opaque text and buttons
I'm creating a non-intrusive popup window to notify the user when processing a time-consuming operation. At the moment I'm setting its transparency by calling SetLayeredWindowAttributes which gives ...
2
votes
2answers
2k views
Why is CMFCMenuBar not utilizing the accelerator table?
In a doc/view project using VS2008, a MFCMenuBar seems to load the correct MENU resource (IDR_MAINFRAME) from the project, since adding and removing menu items is reflected in the menu's UI. It even ...
2
votes
5answers
3k views
Best way to find a whitespace-delimited word in a CString
example: "select * from somewhere where x = 1"
I want to find the whitespace-delimited "where", but not the "where" within "somewhere". In the example "where" is delimited by spaces, but it could be ...
2
votes
1answer
2k views
Get CSIDL_LOCAL_APPDATA path for any user on Windows
Is there any Win32/MFC API to get the CSIDL_LOCAL_APPDATA for any user that I want (not only the currently logged on one)? Let's say I have a list of users in the form "domain\user" and I want to get ...
2
votes
2answers
981 views
Reading VC++ CArchive Binary Format (or Java reading (CObArray))
Is there any clear documentation on the binary formats used to serialize the various MFC data structures? I've been able to view some of my own classes in a hex editor and use Java's ByteBuffer class ...
1
vote
3answers
96 views
creating global variables causes linker error
I have an MFC application AVT_testapp, and in the header file (AVT_testappDlg.h) I am trying to create a variable outside of all functions, classes, etc. in order to make it global. Whenever I try to ...
1
vote
2answers
290 views
Mixed-mode C++/CLI app not shutting down CLR correctly
My mixed-mode MFC application is creating false memory leaks because the CRT doesn't have time to shut down before the MFC dll is shut down.
I have a very simple little app that shows the problem:
...
1
vote
1answer
433 views
How to print DIB backbuffer on printer - GDI, MFC
I'm using MFC's doc/view architecture to implement printing. I use double buffering, I draw everything onto my backbuffer which is DIB bitmap. Than I use StretchBlt to copy that DIB onto printer DC.
...
1
vote
0answers
104 views
Need to load video in CStatic control
I need load a video of any file format into a CStatic control for my MFC application I have written the code as I studied from web to load it. The Code snippet is given below. But it doesn't work. Any ...
1
vote
0answers
351 views
MFC Feature Pack - How to add accelerators without deleting user's customization
I want to add new accelerators to my MFC Feature Pack application. The problem is the app loads the accelerators already stored in the registry, thus disabling the new ones I've added. I know I could ...
1
vote
2answers
383 views
CDocument::SetPathName behaves differently in WinXp and Windows 7
When I called CDocument::SetPathName with 'eererr.hpr' in Windows XP it updates the member variable m_strPathName with value 'C:\Program Files\ICEHost\Projects\eererr.hpr'
When I executed the same ...
1
vote
1answer
2k views
Is MFC only available with Visual Studio, and not Visual C++ Express?
Is MFC only available with Visual Studio, or is it also possible to use it with Visual C++ Express?
1
vote
2answers
1k views
convert CString to CTime
In smart device MFC application:
I have successfully converted CTime to CString. Now I want to convert it back, CString to CTime.
How can I do that?
1
vote
2answers
3k views
error RC2176 : old DIB in res\icon3.ico; pass it through SDKPAINT?
what is this Error, and how to resolve it?
I am using Visual studio 2005 for Smart device MFC developement,
Is upgrading to 2008 can solve my problem.
Error 85 error RC2176 : old DIB in ...
1
vote
1answer
688 views
CRichEditCtrl::GetSelText() is not working right
MFC File: winctrl4.cpp
(C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\src\mfc)
CString CRichEditCtrl::GetSelText() const
{
ASSERT(::IsWindow(m_hWnd));
CHARRANGE cr;
cr.cpMin = ...

