Click here to Skip to main content
15,915,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProgrammatic control of mouse cursor Pin
Arshad Tanveer2-Dec-03 0:59
Arshad Tanveer2-Dec-03 0:59 
GeneralRe: Programmatic control of mouse cursor Pin
KellyR2-Dec-03 4:31
KellyR2-Dec-03 4:31 
GeneralRe: Programmatic control of mouse cursor Pin
El'Cachubrey2-Dec-03 4:36
El'Cachubrey2-Dec-03 4:36 
Generalwriting in a file Pin
karteek2-Dec-03 0:53
karteek2-Dec-03 0:53 
GeneralRe: writing in a file Pin
BaldwinMartin2-Dec-03 1:09
BaldwinMartin2-Dec-03 1:09 
GeneralRe: writing in a file Pin
karteek2-Dec-03 1:15
karteek2-Dec-03 1:15 
GeneralRe: writing in a file Pin
judo2-Dec-03 1:53
judo2-Dec-03 1:53 
GeneralRe: writing in a file Pin
BaldwinMartin2-Dec-03 2:12
BaldwinMartin2-Dec-03 2:12 
OK This seems strange.
You said the you included afx.h

Try this please

#include <afx.h>
char* pFileName = "test.dat";
TRY
{
CFile f( pFileName, CFile::modeCreate | CFile::modeWrite );
}
CATCH( CFileException, e )
{
#ifdef _DEBUG
afxDump << "File could not be opened " << e->m_cause << "\n";
#endif
}
END_CATCH


Best Wishes and Happy Holiday's,
ez_way
GeneralRe: writing in a file Pin
David Crow2-Dec-03 3:20
David Crow2-Dec-03 3:20 
QuestionDeleting listbox item jumps to top? Pin
Moak2-Dec-03 0:43
Moak2-Dec-03 0:43 
AnswerRe: Deleting listbox item jumps to top? Pin
BaldwinMartin2-Dec-03 0:48
BaldwinMartin2-Dec-03 0:48 
AnswerRe: Deleting listbox item jumps to top? Pin
includeh102-Dec-03 0:50
includeh102-Dec-03 0:50 
GeneralRe: Deleting listbox item jumps to top? Pin
Moak2-Dec-03 1:00
Moak2-Dec-03 1:00 
GeneralRe: Deleting listbox item jumps to top? Pin
Moak2-Dec-03 1:09
Moak2-Dec-03 1:09 
GeneralXP style Pin
viliam2-Dec-03 0:00
viliam2-Dec-03 0:00 
GeneralRe: XP style Pin
Chris Morrison7-Dec-03 7:54
Chris Morrison7-Dec-03 7:54 
GeneralSlow Editor in VC+ 6.0 Pin
BadJerry1-Dec-03 23:50
BadJerry1-Dec-03 23:50 
GeneralRe: Slow Editor in VC+ 6.0 Pin
VC++ Boy2-Dec-03 1:44
VC++ Boy2-Dec-03 1:44 
GeneralRe: Slow Editor in VC+ 6.0 Pin
BadJerry2-Dec-03 1:56
BadJerry2-Dec-03 1:56 
GeneralRe: Slow Editor in VC+ 6.0 Pin
Brian Shifrin2-Dec-03 5:50
Brian Shifrin2-Dec-03 5:50 
GeneralRe: Slow Editor in VC+ 6.0 Pin
BadJerry2-Dec-03 7:11
BadJerry2-Dec-03 7:11 
Generalkey sound Pin
viliam1-Dec-03 23:48
viliam1-Dec-03 23:48 
GeneralRe: key sound Pin
David Crow2-Dec-03 9:53
David Crow2-Dec-03 9:53 
GeneralRe: key sound Pin
viliam2-Dec-03 22:30
viliam2-Dec-03 22:30 
GeneralChanging COLORREF to RGB Pin
harinat1-Dec-03 23:41
harinat1-Dec-03 23:41 

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.