I have a very large code base written in C++, that is all being compiled into multiple static library files (.lib), currently we have an application written in MFC that uses these libraries to do v...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23744496.html
I want to generates high frequency sounds ranging from 16kHz to 20 kHz through a software application.
how to do this?
http://www.experts-exchange.com/Programming/Languages/C/Q_23884752.html
I'm following the tutorial in this link http://www.codeproject.com/KB/dialog/dialogapptute.aspx
I reach where it asks me to populate the combo box. I'm using Visual Studio 2008, the layout is quit...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23998302.html
My MFC application needs a dialog to log the user into a database. Having already more or less implemented my main user interface, I decided to create a dialog before the user ever sees the main us...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22741767.htm...
I have devised a logical check to see if a required process is running; if it is not, an error is returned:
if(!ProcessTest()) // test to see if postgres.exe is running
{
AfxMessageBox("The ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22764022.htm...
I'm using an API that was uses C++ STL datatypes. I'm trying to get a string to display in a messagebox, but I get the following compiler output:
error C2440: 'initializing' : cannot convert from ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22793859.htm...
I'm looking for an MFC class that encapsulates the functionality of a financial report designed for printing.
I'd like to be able to view the report in a similar manner to adobe acrobat viewer -...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22800735.htm...
I'm having a small MFC related problem I hoped one of you could help me with.
I'm writing a database front-end.
The first thing the user sees is an authentication dialog. This is done in my m...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22969742.htm...
Well, this comes up so often that it seems someone must have done this, and maybe it's even
available somewhere in MFC or elsewhere. I'm about to write it myslef, but I thought I'd check with the...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23029249.html
Hello,
suppose I have a code like this in MFC, VC++.NET2003, Win2000 and later, Unciode charset
void CMyDocument::Serialize(CArchive& ar)
{
CString s;
if (!ar.IsStoring()) {
ar...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23030270.htm...