Click here to Skip to main content
15,893,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ATL bug of CComPtr? Pin
George_George6-Apr-08 23:12
George_George6-Apr-08 23:12 
QuestionProblem with Binary Tree Program [modified] Pin
Member 42588976-Apr-08 17:58
Member 42588976-Apr-08 17:58 
GeneralRe: Problem with Binary Tree Program Pin
Member 42588978-Apr-08 16:32
Member 42588978-Apr-08 16:32 
Questionhow to spy++ a windows which will hide when it lose focus? Pin
code_discuss6-Apr-08 17:24
code_discuss6-Apr-08 17:24 
GeneralRe: how to spy++ a windows which will hide when it lose focus? Pin
CPallini6-Apr-08 21:35
mveCPallini6-Apr-08 21:35 
GeneralRe: how to spy++ a windows which will hide when it lose focus? Pin
code_discuss6-Apr-08 21:55
code_discuss6-Apr-08 21:55 
GeneralCStdioFile problem Pin
lisoft6-Apr-08 16:24
lisoft6-Apr-08 16:24 
GeneralRe: CStdioFile problem Pin
nisha000006-Apr-08 18:11
nisha000006-Apr-08 18:11 
CString m_filename="some absolute file path\name";
CStdioFile m_file;
if (!m_file.fOpen(m_filename,CFile::modeCreate|CFile::modeWrite))
{
AfxMesageBox (_T("Can not open the file"));
}

Try this..
Actually CstdioFile used for creating file in runtime so u ll modify above ..
GeneralRe: CStdioFile problem Pin
lisoft6-Apr-08 18:47
lisoft6-Apr-08 18:47 
GeneralRe: CStdioFile problem Pin
nisha000006-Apr-08 19:40
nisha000006-Apr-08 19:40 
GeneralRe: CStdioFile problem Pin
krmed7-Apr-08 1:50
krmed7-Apr-08 1:50 
GeneralRe: CStdioFile problem Pin
lisoft7-Apr-08 15:18
lisoft7-Apr-08 15:18 
GeneralRe: CStdioFile problem Pin
krmed8-Apr-08 0:47
krmed8-Apr-08 0:47 
GeneralRe: CStdioFile problem Pin
Hamid_RT8-Apr-08 7:21
Hamid_RT8-Apr-08 7:21 
GeneralOn implementing a virtual keyboard Pin
Llasus6-Apr-08 16:10
Llasus6-Apr-08 16:10 
QuestionWhere Does a static attribute reside in a Object ?? Pin
ForNow6-Apr-08 15:57
ForNow6-Apr-08 15:57 
AnswerRe: Where Does a static attribute reside in a Object ?? Pin
Dan6-Apr-08 17:53
Dan6-Apr-08 17:53 
GeneralRe: Where Does a static attribute reside in a Object ?? Pin
ForNow7-Apr-08 15:52
ForNow7-Apr-08 15:52 
GeneralFile Access Privileges Pin
Richard Andrew x646-Apr-08 15:56
professionalRichard Andrew x646-Apr-08 15:56 
Generallink adatabase to adialog based application Pin
lahom6-Apr-08 12:29
lahom6-Apr-08 12:29 
GeneralRe: link adatabase to adialog based application Pin
Hamid_RT8-Apr-08 7:21
Hamid_RT8-Apr-08 7:21 
Generaldrawing a cercle by code [modified] Pin
Schehaider_Aymen6-Apr-08 9:42
Schehaider_Aymen6-Apr-08 9:42 
GeneralRe: drawing a cercle by code Pin
Mark Salsbery6-Apr-08 11:04
Mark Salsbery6-Apr-08 11:04 
GeneralRe: drawing a cercle by code Pin
Schehaider_Aymen6-Apr-08 11:05
Schehaider_Aymen6-Apr-08 11:05 
QuestionRe: drawing a cercle by code Pin
CPallini6-Apr-08 11:19
mveCPallini6-Apr-08 11:19 

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.