I want a single function to handle calls from several controls when the EN_KILLFOCUS command is sent. The only problem is that I'm not sure how to determine which control is calling the function.
---Evil Peer
I found this thread:
thread116-194556 I am getting an assertion error when I try to call AfxGetResourceHandle. I'm not sure where to go with this.
---Evil Peer
I have a dialog-based program that I want to execute a function on startup, after the window is drawn (so that the user knows the program is running).
Unfortunately, there are only two places I can figure to make the call. The first is in OnInitDialog, which unfortunately is before the window...
Well, it seems I've run into MSKB article Q177135 (ODBC stuff in DLL global scope causes GPF "by design").
Now I am left with the task of removing a global database object, while retaining global access to it, and without breaking current function compatibility (which means moving...
I've written an MFC DLL that works fine with another C++ program I wrote, but now I want to use it with a C program (that I didn't write).
Upon compilation I receive several "unresolved external symbol" errors. The appropriate .h and .lib are included in the program, so I'm a little...
This particular program I'm working on uses CVI Labwindows for the user interfaces, while all of the code is written in MSVC++. The project is Modal Dialog based.
The program runs perfectly fine until it closes out. I've traced it, and in CRTEXE.C an exception is thrown. It then jumps into...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.