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

C / C++ / MFC

 
GeneralAbout wavein API Pin
minihotto9-Jan-08 23:26
minihotto9-Jan-08 23:26 
QuestionRe: About wavein API Pin
Mark Salsbery10-Jan-08 7:38
Mark Salsbery10-Jan-08 7:38 
GeneralRe: About wavein API [modified] Pin
minihotto10-Jan-08 17:49
minihotto10-Jan-08 17:49 
GeneralRe: About wavein API Pin
Mark Salsbery11-Jan-08 6:51
Mark Salsbery11-Jan-08 6:51 
GeneralRead a file which is located in another machine Pin
CodingLover9-Jan-08 23:13
CodingLover9-Jan-08 23:13 
GeneralRe: Read a file which is located in another machine Pin
toxcct9-Jan-08 23:19
toxcct9-Jan-08 23:19 
GeneralRe: Read a file which is located in another machine Pin
CodingLover9-Jan-08 23:35
CodingLover9-Jan-08 23:35 
GeneralRe: Read a file which is located in another machine Pin
Maxwell Chen9-Jan-08 23:26
Maxwell Chen9-Jan-08 23:26 
To replace the path but keep the same file name, do the below.
CString sOri = "C:\\Tmp\\Hello.txt"; // Actually the value is from some approach.
CFile file(sOri, CFile::modeRead);
CString sNew = "\\\\192.168.0.3\\doc\\; // Get from some approach.
sNew += file.GetFileName(); // Result in "\\\\192.168.0.3\\doc\\Hello.txt".



Maxwell Chen

GeneralRe: Read a file which is located in another machine Pin
CodingLover9-Jan-08 23:54
CodingLover9-Jan-08 23:54 
GeneralRe: Read a file which is located in another machine Pin
David Crow10-Jan-08 2:26
David Crow10-Jan-08 2:26 
GeneralRe: Read a file which is located in another machine Pin
toxcct10-Jan-08 5:14
toxcct10-Jan-08 5:14 
GeneralRe: Read a file which is located in another machine Pin
David Crow10-Jan-08 5:30
David Crow10-Jan-08 5:30 
GeneralRe: Read a file which is located in another machine Pin
toxcct10-Jan-08 5:38
toxcct10-Jan-08 5:38 
GeneralRe: Read a file which is located in another machine Pin
CodingLover10-Jan-08 16:09
CodingLover10-Jan-08 16:09 
GeneralRe: Read a file which is located in another machine Pin
CodingLover10-Jan-08 15:57
CodingLover10-Jan-08 15:57 
Generalreg. editbox Pin
mail2h.jain9-Jan-08 23:10
mail2h.jain9-Jan-08 23:10 
GeneralRe: reg. editbox Pin
Maxwell Chen9-Jan-08 23:12
Maxwell Chen9-Jan-08 23:12 
GeneralRe: reg. editbox Pin
Hamid_RT9-Jan-08 23:25
Hamid_RT9-Jan-08 23:25 
GeneralRe: reg. editbox Pin
Maxwell Chen9-Jan-08 23:29
Maxwell Chen9-Jan-08 23:29 
GeneralRe: reg. editbox Pin
Hamid_RT9-Jan-08 23:42
Hamid_RT9-Jan-08 23:42 
GeneralRe: reg. editbox Pin
ashtwin10-Jan-08 1:33
ashtwin10-Jan-08 1:33 
GeneralRe: reg. editbox Pin
David Crow10-Jan-08 2:30
David Crow10-Jan-08 2:30 
GeneralTime and Date Pin
Chandrasekharan P9-Jan-08 22:36
Chandrasekharan P9-Jan-08 22:36 
JokeRe: Time and Date Pin
CPallini9-Jan-08 22:46
mveCPallini9-Jan-08 22:46 
GeneralRe: Time and Date Pin
Hamid_RT9-Jan-08 23:25
Hamid_RT9-Jan-08 23:25 

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.