Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to insert/delete some content of text file fastly? Pin
rrrado10-Mar-04 21:19
rrrado10-Mar-04 21:19 
GeneralRe: How to insert/delete some content of text file fastly? Pin
freehawk10-Mar-04 22:17
freehawk10-Mar-04 22:17 
AnswerRe: How to insert/delete some content of text file fastly? Pin
David Crow11-Mar-04 2:58
David Crow11-Mar-04 2:58 
Generalconvert double to char! Pin
catngo10-Mar-04 19:57
catngo10-Mar-04 19:57 
GeneralRe: convert double to char! Pin
Monty210-Mar-04 20:09
Monty210-Mar-04 20:09 
GeneralRe: convert double to char! Pin
catngo10-Mar-04 20:12
catngo10-Mar-04 20:12 
GeneralRe: convert double to char! Pin
Ellis Li10-Mar-04 20:14
Ellis Li10-Mar-04 20:14 
Generalm_pRecentFileList... Pin
Neha10-Mar-04 19:19
Neha10-Mar-04 19:19 
Hi,

In my application I get the recent opened file from m_pRecentFileList variable. Here is the code

CString the_File=(*m_pRecentFileList)[0];
OpenDocument(the_File);

In OpenDocument I have
pDoc->Load(CComVariant(lpszPathName));

Here it always fails.

But If I give the path directly,

ie CString the_File="c:\\text.abc"

It works fine.

Regards
Neha


GeneralRe: m_pRecentFileList... Pin
Prakash Nadar10-Mar-04 23:33
Prakash Nadar10-Mar-04 23:33 
GeneralRe: m_pRecentFileList... Pin
Neha10-Mar-04 23:43
Neha10-Mar-04 23:43 
GeneralRe: m_pRecentFileList... Pin
David Crow11-Mar-04 3:14
David Crow11-Mar-04 3:14 
GeneralMake underline on menu Pin
Member 80845910-Mar-04 19:10
Member 80845910-Mar-04 19:10 
GeneralRe: Make underline on menu Pin
Roger Allen11-Mar-04 0:49
Roger Allen11-Mar-04 0:49 
GeneralRe: Make underline on menu Pin
David Crow11-Mar-04 3:15
David Crow11-Mar-04 3:15 
GeneralUsing C# controls in MFC Dialog Pin
Jain Mohit10-Mar-04 18:47
Jain Mohit10-Mar-04 18:47 
QuestionHow to check a folder existed or not ? Pin
nguyen_nd10-Mar-04 18:05
nguyen_nd10-Mar-04 18:05 
AnswerRe: How to check a folder existed or not ? Pin
Ravi Bhavnani10-Mar-04 19:05
professionalRavi Bhavnani10-Mar-04 19:05 
AnswerRe: How to check a folder existed or not ? Pin
Prakash Nadar10-Mar-04 19:20
Prakash Nadar10-Mar-04 19:20 
GeneralRe: How to check a folder existed or not ? Pin
Blake Miller17-Mar-04 10:26
Blake Miller17-Mar-04 10:26 
AnswerRe: How to check a folder existed or not ? Pin
David Crow11-Mar-04 3:17
David Crow11-Mar-04 3:17 
GeneralVideo Capture and Streaming Pin
kukarthi10-Mar-04 17:39
kukarthi10-Mar-04 17:39 
GeneralRe: Video Capture and Streaming Pin
Anonymous30-May-04 17:09
Anonymous30-May-04 17:09 
QuestionHow to put the value to Registry as Multi String? Pin
.NetRams10-Mar-04 17:30
.NetRams10-Mar-04 17:30 
AnswerRe: How to put the value to Registry as Multi String? Pin
David Crow11-Mar-04 3:18
David Crow11-Mar-04 3:18 
QuestionHow to create a transparent checkbox on a image-background-dialog Pin
wallbio10-Mar-04 16:44
wallbio10-Mar-04 16:44 

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.