Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FTP server communication i n C++ Pin
led mike20-Jun-06 11:55
led mike20-Jun-06 11:55 
GeneralRe: FTP server communication i n C++ Pin
LCI21-Jun-06 3:32
LCI21-Jun-06 3:32 
GeneralRe: FTP server communication i n C++ Pin
led mike21-Jun-06 5:02
led mike21-Jun-06 5:02 
QuestionGetting IP address of Network card Pin
act_x20-Jun-06 5:56
act_x20-Jun-06 5:56 
AnswerRe: Getting IP address of Network card Pin
David Crow20-Jun-06 6:12
David Crow20-Jun-06 6:12 
QuestionErrors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 5:37
tingu20-Jun-06 5:37 
QuestionRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 6:23
David Crow20-Jun-06 6:23 
QuestionRe: Errors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 6:28
tingu20-Jun-06 6:28 
Hi it looks like this:

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#if !defined(AFX_STDAFX_H__D535EB41_66D7_43B5_8D02_0D7D90278354__INCLUDED_)
#define AFX_STDAFX_H__D535EB41_66D7_43B5_8D02_0D7D90278354__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers

#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__D535EB41_66D7_43B5_8D02_0D7D90278354__INCLUDED_)

Thanks,
Harsha
AnswerRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 6:37
David Crow20-Jun-06 6:37 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 7:05
tingu20-Jun-06 7:05 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 7:29
David Crow20-Jun-06 7:29 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 8:08
tingu20-Jun-06 8:08 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 8:10
David Crow20-Jun-06 8:10 
QuestionCOleDateTime problem ! Pin
AkiraOne20-Jun-06 5:10
AkiraOne20-Jun-06 5:10 
AnswerRe: COleDateTime problem ! Pin
led mike20-Jun-06 5:44
led mike20-Jun-06 5:44 
QuestionWin32 Project & ClrButton Pin
69 Bay20-Jun-06 4:48
69 Bay20-Jun-06 4:48 
AnswerRe: Win32 Project & ClrButton Pin
led mike20-Jun-06 5:53
led mike20-Jun-06 5:53 
AnswerRe: Win32 Project & ClrButton Pin
Zac Howland20-Jun-06 6:17
Zac Howland20-Jun-06 6:17 
QuestionCRichEditCtrl set text color Pin
YaronNir20-Jun-06 4:38
YaronNir20-Jun-06 4:38 
AnswerRe: CRichEditCtrl set text color Pin
Viorel.20-Jun-06 4:57
Viorel.20-Jun-06 4:57 
GeneralRe: CRichEditCtrl set text color Pin
YaronNir20-Jun-06 5:39
YaronNir20-Jun-06 5:39 
GeneralRe: CRichEditCtrl set text color Pin
Viorel.20-Jun-06 20:27
Viorel.20-Jun-06 20:27 
QuestionRead/write summary tab info Pin
petergggg20-Jun-06 4:24
petergggg20-Jun-06 4:24 
AnswerRe: Read/write summary tab info Pin
David Crow20-Jun-06 4:33
David Crow20-Jun-06 4:33 
GeneralRe: Read/write summary tab info [modified] Pin
petergggg20-Jun-06 23:00
petergggg20-Jun-06 23:00 

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.