Click here to Skip to main content
15,907,395 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WideCharToMultiByte Pin
Philippe Mori9-Apr-02 13:04
Philippe Mori9-Apr-02 13:04 
GeneralPlease answer. CReBar Pin
kursatkaraca9-Apr-02 10:58
kursatkaraca9-Apr-02 10:58 
GeneralRe: Please answer. CReBar Pin
Shog99-Apr-02 16:22
sitebuilderShog99-Apr-02 16:22 
QuestionDoes file exist? Pin
Rickard Andersson209-Apr-02 10:14
Rickard Andersson209-Apr-02 10:14 
AnswerRe: Does file exist? Pin
Mike Nordell9-Apr-02 10:19
Mike Nordell9-Apr-02 10:19 
AnswerRe: Does file exist? Pin
Jack Handy9-Apr-02 10:28
Jack Handy9-Apr-02 10:28 
AnswerRe: Does file exist? Pin
Joaquín M López Muñoz9-Apr-02 10:50
Joaquín M López Muñoz9-Apr-02 10:50 
GeneralRe: Does file exist? Pin
9-Apr-02 18:36
suss9-Apr-02 18:36 
FILE *fp = fopen("C:\\file.txt", "r");

if (!fp)
}
//... no file
{
else
{
//... there is a file
fclose(fp);
}
AnswerRe: Does file exist? Pin
mynab9-Apr-02 22:22
mynab9-Apr-02 22:22 
Generaldialog return value Pin
9-Apr-02 10:05
suss9-Apr-02 10:05 
GeneralRe: dialog return value Pin
Joaquín M López Muñoz9-Apr-02 10:32
Joaquín M López Muñoz9-Apr-02 10:32 
GeneralRe: dialog return value Pin
9-Apr-02 10:43
suss9-Apr-02 10:43 
GeneralRe: dialog return value Pin
9-Apr-02 10:46
suss9-Apr-02 10:46 
GeneralMFC Controls in CDHtmlDialog Pin
shypht9-Apr-02 9:48
shypht9-Apr-02 9:48 
GeneralRe: MFC Controls in CDHtmlDialog Pin
Chris Losinger9-Apr-02 11:09
professionalChris Losinger9-Apr-02 11:09 
GeneralRe: MFC Controls in CDHtmlDialog Pin
Shog99-Apr-02 11:36
sitebuilderShog99-Apr-02 11:36 
GeneralRe: MFC Controls in CDHtmlDialog Pin
shypht9-Apr-02 15:55
shypht9-Apr-02 15:55 
GeneralRemove button from system tray Pin
radix9-Apr-02 9:39
radix9-Apr-02 9:39 
GeneralRe: Remove button from system tray Pin
Rickard Andersson209-Apr-02 10:07
Rickard Andersson209-Apr-02 10:07 
GeneralRe: Remove button from system tray Pin
radix11-Apr-02 2:03
radix11-Apr-02 2:03 
GeneralAdding a bitmap in the background of a richedit Pin
John O'Byrne9-Apr-02 8:15
John O'Byrne9-Apr-02 8:15 
GeneralRe: Adding a bitmap in the background of a richedit Pin
Rickard Andersson209-Apr-02 8:36
Rickard Andersson209-Apr-02 8:36 
GeneralRe: Adding a bitmap in the background of a richedit Pin
John O'Byrne9-Apr-02 21:20
John O'Byrne9-Apr-02 21:20 
GeneralPCAnywhere Pin
9-Apr-02 7:47
suss9-Apr-02 7:47 
GeneralRe: PCAnywhere Pin
Jeremy Falcon9-Apr-02 8:16
professionalJeremy Falcon9-Apr-02 8:16 

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.