Enter Keywords:
1 - 10 of 380(0.02 seconds)
Sort By:
 
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...
Zones: C#, Windows MFC, C++Date Answered: 10/03/2008 Rating: 6.7 Views: 0
I want to generates high frequency sounds ranging from 16kHz to 20 kHz through a software application. how to do this?
Zones: C, MS Visual C++, C++Date Answered: 11/14/2008 Rating: 9.1 Views: 0
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...
Zones: C++, C, C / C++ / C#Date Answered: 12/20/2008 Rating: 9.3 Views: 5
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, Micros...Date Answered: 08/04/2007 Rating: 5.8 Views: 8
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, Microso...Date Answered: 08/15/2007 Rating: 9.6 Views: 0
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 ...
Zones: Windows MFC, Microso...Date Answered: 08/29/2007 Rating: 9.6 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, Microso...Date Answered: 08/31/2007 Rating: 9.8 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, Micros...Date Answered: 11/19/2007 Rating: 9.2 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++, Microsoft Visual C++, Windows M...Date Answered: 12/17/2007 Rating: 8.2 Views: 0
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...
Zones: Windows MFC, Micros...Date Answered: 12/18/2007 Rating: 9.2 Views: 0