Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: trap a-z keys!!! Pin
Mil102-Jul-03 23:37
Mil102-Jul-03 23:37 
GeneralRe: trap a-z keys!!! Pin
Mathias S.3-Jul-03 0:26
Mathias S.3-Jul-03 0:26 
GeneralIAccessible Pin
anshumanshinde2-Jul-03 21:01
anshumanshinde2-Jul-03 21:01 
GeneralIn-proc to out-of-proc Pin
In-At2-Jul-03 20:27
In-At2-Jul-03 20:27 
GeneralCComboBoxEx Pin
bigmirror2-Jul-03 17:36
bigmirror2-Jul-03 17:36 
QuestionHow to use Vector in the VC++? Pin
David12152-Jul-03 17:25
David12152-Jul-03 17:25 
AnswerRe: How to use Vector in the VC++? Pin
Abbas_Riazi2-Jul-03 19:12
professionalAbbas_Riazi2-Jul-03 19:12 
AnswerRe: How to use Vector in the VC++? Pin
Andrew Walker2-Jul-03 19:37
Andrew Walker2-Jul-03 19:37 
Move the include above the macro mess (redefinition of the new operator) that is added by MFC. You should end up with something like...

#include "stdafx.h"
#include "DlgDummy.h"
#include "DlgDummyDlg.h"

#include <vector>
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

using namespace std;



If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralCDialogBar Pin
alex742-Jul-03 14:32
alex742-Jul-03 14:32 
GeneralRe: CDialogBar Pin
dexo2-Jul-03 15:27
dexo2-Jul-03 15:27 
GeneralSetting DIR/file in edit box Pin
dark-hawk2-Jul-03 13:31
dark-hawk2-Jul-03 13:31 
GeneralRe: Setting DIR/file in edit box Pin
PJ Arends2-Jul-03 14:00
professionalPJ Arends2-Jul-03 14:00 
GeneralRe: Setting DIR/file in edit box Pin
dark-hawk2-Jul-03 14:32
dark-hawk2-Jul-03 14:32 
GeneralCreateWindow Failed Pin
ElizabethC2-Jul-03 12:42
ElizabethC2-Jul-03 12:42 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 13:00
Magnus Westin2-Jul-03 13:00 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:19
ElizabethC2-Jul-03 13:19 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 13:23
Magnus Westin2-Jul-03 13:23 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:38
ElizabethC2-Jul-03 13:38 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:48
ElizabethC2-Jul-03 13:48 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 21:09
Magnus Westin2-Jul-03 21:09 
GeneralRe: CreateWindow Failed Pin
ElizabethC3-Jul-03 6:04
ElizabethC3-Jul-03 6:04 
GeneralComparing local and remote Last Modified times Pin
IGx892-Jul-03 12:39
IGx892-Jul-03 12:39 
GeneralRe: Comparing local and remote Last Modified times Pin
Magnus Westin2-Jul-03 13:22
Magnus Westin2-Jul-03 13:22 
Generalcolor with button Pin
aguest2-Jul-03 12:17
aguest2-Jul-03 12:17 
GeneralRe: color with button Pin
Christian Graus2-Jul-03 12:18
protectorChristian Graus2-Jul-03 12:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.