Click here to Skip to main content
15,929,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: create check boxes on run time Pin
softtec22-Jun-05 5:47
softtec22-Jun-05 5:47 
GeneralManifest Pin
Alex_Y22-Jun-05 5:05
Alex_Y22-Jun-05 5:05 
GeneralRe: Manifest Pin
Alex_Y22-Jun-05 9:08
Alex_Y22-Jun-05 9:08 
GeneralRe: Is there a Cleaner way to this DLL Pin
David Crow22-Jun-05 4:33
David Crow22-Jun-05 4:33 
GeneralRe: Is there a Cleaner way to this DLL Pin
David Crow22-Jun-05 5:10
David Crow22-Jun-05 5:10 
GeneralRe: Is there a Cleaner way to this DLL Pin
Anonymous22-Jun-05 5:22
Anonymous22-Jun-05 5:22 
GeneralRe: Is there a Cleaner way to this DLL Pin
David Crow22-Jun-05 5:45
David Crow22-Jun-05 5:45 
Generalfile open problem Pin
softtec22-Jun-05 3:48
softtec22-Jun-05 3:48 
is there any wrong in the fallowing code bcoz it cannot found file
CFile LogFile("E:\\log.txt",CFile::modeCreate||CFile::modeWrite||CFile::modeNoTruncate||CFile::typeText);
LogFile.SeekToEnd();
LogFile.Write(fname,sizeof(fname));
LogFile.Close();
where fname is of type CString.
GeneralRe: file open problem Pin
Member 128699622-Jun-05 4:13
Member 128699622-Jun-05 4:13 
GeneralRe: file open problem Pin
David Crow22-Jun-05 4:26
David Crow22-Jun-05 4:26 
GeneralRe: file open problem Pin
softtec22-Jun-05 5:10
softtec22-Jun-05 5:10 
GeneralRe: file open problem Pin
basementman22-Jun-05 4:47
basementman22-Jun-05 4:47 
Generaladd class to a project Pin
suroor45322-Jun-05 3:12
suroor45322-Jun-05 3:12 
GeneralRe: add class to a project Pin
David Crow22-Jun-05 3:17
David Crow22-Jun-05 3:17 
GeneralRe: add class to a project Pin
suroor45322-Jun-05 4:16
suroor45322-Jun-05 4:16 
GeneralRe: add class to a project Pin
David Crow22-Jun-05 4:22
David Crow22-Jun-05 4:22 
GeneralRe: add class to a project Pin
toxcct22-Jun-05 5:35
toxcct22-Jun-05 5:35 
GeneralRe: add class to a project Pin
suroor45322-Jun-05 6:06
suroor45322-Jun-05 6:06 
GeneralRe: add class to a project Pin
toxcct22-Jun-05 6:12
toxcct22-Jun-05 6:12 
Questioncan a dynamically created variable hold a const value? Pin
namaskaaram22-Jun-05 2:36
namaskaaram22-Jun-05 2:36 
AnswerRe: can a dynamically created variable hold a const value? Pin
Maximilien22-Jun-05 3:00
Maximilien22-Jun-05 3:00 
AnswerRe: can a dynamically created variable hold a const value? Pin
Christian Graus22-Jun-05 3:01
protectorChristian Graus22-Jun-05 3:01 
GeneralRe: can a dynamically created variable hold a const value? Pin
Tom Archer22-Jun-05 3:07
Tom Archer22-Jun-05 3:07 
GeneralRe: can a dynamically created variable hold a const value? Pin
David Crow22-Jun-05 3:26
David Crow22-Jun-05 3:26 
GeneralRe: can a dynamically created variable hold a const value? Pin
Blake Miller22-Jun-05 4:28
Blake Miller22-Jun-05 4:28 

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.