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...
Hello,
I'm building an MFC application. I can instantiate a database connection class, through which I can call functions to manipulate a database. I have an MFC splitter window application that...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22761779.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 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
How to convert from CImage to HBITMAP?
CImage image;
HRESULT sc=image.Load(stringload);
HBITMAP hbmp=image.Detach();
This doesn't work! Any solution to this is very welcomed!
The opposit...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23150492.htm...
In Windows Vista, through my app I am creating a .oeaccount file in
C:\users\<user name>\appdata\local\microsoft\windowsmail\localfolders . Windows Mail is recognizing the file and all the acc...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Windows_Vista/Q_231...
Im having a weird problem with a MFC Dialog program Im writing and I cannot find a good solution. Im hoping someone might have an answer.
The problem is with the UpdateData function when new ...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23434503.ht...
Hi,
iam using a CDialog app. On this dialog I have a TabCtrl. Each Tab contain another CDIalog as child. Everything works fine. BUT:
If I now insert a CPropertySheet on one of the TAB child dia...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23474302.htm...