Click here to Skip to main content
16,006,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Outlook utility Pin
ThatsAlok22-Nov-05 0:20
ThatsAlok22-Nov-05 0:20 
Questionexit(0) function in vc++.net Pin
salaikumar21-Nov-05 21:11
salaikumar21-Nov-05 21:11 
AnswerRe: exit(0) function in vc++.net Pin
toxcct21-Nov-05 21:51
toxcct21-Nov-05 21:51 
GeneralRe: exit(0) function in vc++.net Pin
salaikumar22-Nov-05 0:37
salaikumar22-Nov-05 0:37 
GeneralRe: exit(0) function in vc++.net Pin
toxcct22-Nov-05 0:52
toxcct22-Nov-05 0:52 
AnswerRe: exit(0) function in vc++.net Pin
David Crow22-Nov-05 3:45
David Crow22-Nov-05 3:45 
Questionwana open file support to unicode. Pin
msj0191@gmail.com21-Nov-05 20:46
msj0191@gmail.com21-Nov-05 20:46 
AnswerRe: wana open file support to unicode. Pin
ThatsAlok21-Nov-05 21:15
ThatsAlok21-Nov-05 21:15 
msj0191@gmail.com wrote:
// begin
CFile file = NULL;
CString fname=_T("C:\\Documents and Settings\\master\\官帕 拳搁\\1.txt");
int n= file.Open(fname, CFile::modeRead|CFile::typeBinary);
// n = 0 <-- can't open


Write this line of code above the this SourceCode
#ifndef UNICODE 
#define UNICODE 1
#endif


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
GeneralRe: wana open file support to unicode. Pin
msj0191@gmail.com21-Nov-05 22:07
msj0191@gmail.com21-Nov-05 22:07 
AnswerRe: wana open file support to unicode. Pin
Hans Ruck22-Nov-05 2:12
Hans Ruck22-Nov-05 2:12 
GeneralRe: wana open file support to unicode. Pin
msj0191@gmail.com22-Nov-05 3:45
msj0191@gmail.com22-Nov-05 3:45 
GeneralRe: wana open file support to unicode. Pin
Hans Ruck22-Nov-05 3:52
Hans Ruck22-Nov-05 3:52 
QuestionDoubt in Reading the serial port Pin
Sasikumar.SR21-Nov-05 19:42
Sasikumar.SR21-Nov-05 19:42 
AnswerRe: Doubt in Reading the serial port Pin
kakan21-Nov-05 20:05
professionalkakan21-Nov-05 20:05 
QuestionEnable/Disable Network Connection Programmatically Pin
wboncal21-Nov-05 19:41
wboncal21-Nov-05 19:41 
AnswerRe: Enable/Disable Network Connection Programmatically Pin
wboncal22-Nov-05 7:47
wboncal22-Nov-05 7:47 
Questionhow to implement the 'find dialog' reading the data from STL list. Pin
zxc8921-Nov-05 19:19
zxc8921-Nov-05 19:19 
AnswerRe: how to implement the 'find dialog' reading the data from STL list. Pin
John M. Drescher21-Nov-05 21:11
John M. Drescher21-Nov-05 21:11 
GeneralRe: how to implement the 'find dialog' reading the data from STL list. Pin
zxc8921-Nov-05 21:18
zxc8921-Nov-05 21:18 
QuestionThank You Everybody! Pin
Axonn Echysttas21-Nov-05 18:59
Axonn Echysttas21-Nov-05 18:59 
AnswerRe: Thank You Everybody! Pin
toxcct21-Nov-05 21:50
toxcct21-Nov-05 21:50 
GeneralRe: Thank You Everybody! Pin
Axonn Echysttas21-Nov-05 22:19
Axonn Echysttas21-Nov-05 22:19 
GeneralRe: Thank You Everybody! Pin
ThatsAlok22-Nov-05 0:25
ThatsAlok22-Nov-05 0:25 
GeneralRe: Thank You Everybody! Pin
Axonn Echysttas22-Nov-05 2:51
Axonn Echysttas22-Nov-05 2:51 
GeneralRe: Thank You Everybody! Pin
Owner drawn22-Nov-05 1:04
Owner drawn22-Nov-05 1:04 

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.