Click here to Skip to main content
15,900,705 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFile::Remove Pin
Anthony_Yio28-May-04 19:29
Anthony_Yio28-May-04 19:29 
GeneralRe: CFile::Remove Pin
Mike Dimmick28-May-04 23:58
Mike Dimmick28-May-04 23:58 
Generalcopying from a edit box Pin
locoone28-May-04 16:41
locoone28-May-04 16:41 
GeneralRe: copying from a edit box Pin
valikac28-May-04 18:40
valikac28-May-04 18:40 
GeneralMFC in external DLL problems Pin
kthorne28-May-04 14:50
kthorne28-May-04 14:50 
GeneralRe: MFC in external DLL problems Pin
Anonymous28-May-04 16:47
Anonymous28-May-04 16:47 
GeneralCArray Problem. Error loading <afxtempl.h> Pin
jashugan.net28-May-04 14:47
jashugan.net28-May-04 14:47 
GeneralRe: CArray Problem. Error loading <afxtempl.h> Pin
Anthony_Yio28-May-04 19:42
Anthony_Yio28-May-04 19:42 
When you load MFC, it will initialize the windows.h for you. Loading windows.h again will cause redundancy.
It a better practice of placing your MFC headers in your stdafx.h along with other MFC headers like



#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxtempl.h>







<B>Sonork 100.41263:Anthony_Yio

Life is about experiencing ... </B>
GeneralCListCtrl CHeaderCtrl with sub titles Pin
28-May-04 12:12
suss28-May-04 12:12 
GeneralRe: CListCtrl CHeaderCtrl with sub titles Pin
Michael Dunn28-May-04 14:42
sitebuilderMichael Dunn28-May-04 14:42 
GeneralVisual C++ and WinXP Pin
Trollslayer28-May-04 11:17
mentorTrollslayer28-May-04 11:17 
GeneralRe: Visual C++ and WinXP Pin
Antti Keskinen29-May-04 1:13
Antti Keskinen29-May-04 1:13 
GeneralRe: Visual C++ and WinXP Pin
Trollslayer29-May-04 2:01
mentorTrollslayer29-May-04 2:01 
Generaldrawing on a bitmap Pin
Anonymous28-May-04 11:16
Anonymous28-May-04 11:16 
GeneralRe: drawing on a bitmap Pin
Sumit Kapoor28-May-04 21:49
Sumit Kapoor28-May-04 21:49 
GeneralCFileDialog &amp; Thumbnail view Pin
AJ12328-May-04 8:50
AJ12328-May-04 8:50 
GeneralRe: CFileDialog &amp; Thumbnail view Pin
Rob Manderson28-May-04 9:16
protectorRob Manderson28-May-04 9:16 
GeneralRe: CFileDialog &amp; Thumbnail view Pin
AJ12328-May-04 11:20
AJ12328-May-04 11:20 
GeneralBest way to store &quot;record&quot; / object data in file Pin
shultas28-May-04 8:49
shultas28-May-04 8:49 
GeneralRe: Best way to store &quot;record&quot; / object data in file Pin
Mike Dimmick28-May-04 9:34
Mike Dimmick28-May-04 9:34 
GeneralRe: Best way to store &quot;record&quot; / object data in file Pin
Brad Bruce28-May-04 13:40
Brad Bruce28-May-04 13:40 
GeneralRe: Best way to store &quot;record&quot; / object data in file Pin
Ravi Bhavnani29-May-04 6:14
professionalRavi Bhavnani29-May-04 6:14 
GeneralDialog box and Controls Pin
Paolo Ponzano28-May-04 8:24
Paolo Ponzano28-May-04 8:24 
GeneralRe: Dialog box and Controls Pin
David Crow28-May-04 8:26
David Crow28-May-04 8:26 
GeneralRe: Dialog box and Controls Pin
Paolo Ponzano28-May-04 8:34
Paolo Ponzano28-May-04 8:34 

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.