Click here to Skip to main content
15,890,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem switching from Views Pin
Anonymous28-May-03 5:03
Anonymous28-May-03 5:03 
QuestionLoad RTF file with pictures in CRichEdit? Pin
Yasen Georgiew28-May-03 4:30
Yasen Georgiew28-May-03 4:30 
AnswerRe: Load RTF file with pictures in CRichEditCtrl? Pin
David Crow28-May-03 4:32
David Crow28-May-03 4:32 
GeneralRe: Load RTF file with pictures in CRichEditCtrl? Pin
Yasen Georgiew28-May-03 4:42
Yasen Georgiew28-May-03 4:42 
QuestionHow can I associate an string value to a group using Active Directory Pin
Braulio Dez28-May-03 4:15
Braulio Dez28-May-03 4:15 
Questionhow to contact u with an attachment Pin
Balaji200028-May-03 3:32
Balaji200028-May-03 3:32 
GeneralData file frustration. Pin
73Zeppelin28-May-03 3:12
73Zeppelin28-May-03 3:12 
GeneralRe: Data file frustration. Pin
David Crow28-May-03 3:15
David Crow28-May-03 3:15 
ofstream* fName[6];
for (int j = 0; j < 6; j++)
{
CString filename;
filename.Format("file%d.txt", j);
fName[j] = new ofstream;
fName[j]->open(filename, ios::out | ios::trunc);
}
GeneralRe: Data file frustration. Pin
73Zeppelin28-May-03 3:30
73Zeppelin28-May-03 3:30 
GeneralMFC dialog enigma - please help Pin
Beer28-May-03 3:06
Beer28-May-03 3:06 
GeneralRe: MFC dialog enigma - please help Pin
David Crow28-May-03 3:12
David Crow28-May-03 3:12 
GeneralRe: MFC dialog enigma - please help Pin
Beer28-May-03 4:33
Beer28-May-03 4:33 
GeneralRe: MFC dialog enigma - please help Pin
Hans Ruck28-May-03 4:19
Hans Ruck28-May-03 4:19 
GeneralRe: MFC dialog enigma - please help Pin
Beer28-May-03 4:36
Beer28-May-03 4:36 
GeneralRe: MFC dialog enigma - please help Pin
Hans Ruck28-May-03 4:50
Hans Ruck28-May-03 4:50 
GeneralRe: MFC dialog enigma - please help Pin
Beer28-May-03 4:56
Beer28-May-03 4:56 
GeneralRe: MFC dialog enigma - please help Pin
Beer28-May-03 4:54
Beer28-May-03 4:54 
General(ADSI) Active Directory... Pin
Braulio Dez28-May-03 2:59
Braulio Dez28-May-03 2:59 
Questionhow to connect mysql server Pin
siong28-May-03 2:10
siong28-May-03 2:10 
Generalan error respawns.. Pin
safee ullah28-May-03 0:48
safee ullah28-May-03 0:48 
GeneralRe: an error respawns.. Pin
Rage28-May-03 1:23
professionalRage28-May-03 1:23 
GeneralRe: an error respawns.. Pin
safee ullah28-May-03 20:06
safee ullah28-May-03 20:06 
GeneralDialog box question Pin
Jump_Around28-May-03 0:12
Jump_Around28-May-03 0:12 
GeneralRe: Dialog box question Pin
Rage28-May-03 1:14
professionalRage28-May-03 1:14 
GeneralRe: Dialog box question Pin
Jump_Around29-May-03 1:40
Jump_Around29-May-03 1:40 

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.