Advertisement

1 - 10 of 44 containing alltags:("MFC C  ") (0.001 seconds)
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...
Zones: Windows MFC, C++, Microsoft Visual C++Date Answered: 08/04/2007 Grade: A Views: 17
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...
Zones: Windows MFC, C++, Microsoft Visual C++Date Answered: 08/14/2007 Grade: A Views: 4
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 ...
Zones: Windows MFC, Microsoft Visual C++, Microsoft Program...Date Answered: 08/15/2007 Grade: A Views: 0
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 -...
Zones: Windows MFC, Microsoft Visual C++, Microsoft Program...Date Answered: 08/31/2007 Grade: A Views: 0
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...
Zones: Windows MFC, C++, Microsoft Visual C++Date Answered: 11/19/2007 Grade: A Views: 0
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...
Zones: C++, Windows MFC, Microsoft Visual C++Date Answered: 12/17/2007 Grade: A Views: 0
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...
Zones: Windows MFC, Windows Programming, C++Date Answered: 02/11/2008 Grade: A Views: 94
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...
Zones: Windows Vista, OE-Windows LiveDate Answered: 04/21/2008 Grade: A Views: 23
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 ...
Zones: Microsoft Visual C++, Windo...Date Answered: 06/05/2008 Grade: B Views: 87
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...
Zones: Windows MFC, C++Date Answered: 06/26/2008 Grade: B Views: 4