Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Last Boot Time Pin
parths2-Jul-04 19:40
parths2-Jul-04 19:40 
GeneralRe: Last Boot Time Pin
Renjith Ramachandran2-Jul-04 21:30
Renjith Ramachandran2-Jul-04 21:30 
GeneralRe: Last Boot Time Pin
Graham Bradshaw3-Jul-04 2:54
Graham Bradshaw3-Jul-04 2:54 
GeneralCString to const char* conversion Pin
sugumar2-Jul-04 19:14
sugumar2-Jul-04 19:14 
GeneralRe: CString to const char* conversion Pin
Ken Mazaika2-Jul-04 19:19
Ken Mazaika2-Jul-04 19:19 
GeneralRe: CString to const char* conversion Pin
sugumar2-Jul-04 19:27
sugumar2-Jul-04 19:27 
GeneralRe: CString to const char* conversion Pin
PJ Arends2-Jul-04 19:38
professionalPJ Arends2-Jul-04 19:38 
GeneralRe: CString to const char* conversion Pin
sugumar2-Jul-04 19:48
sugumar2-Jul-04 19:48 
m_fileName is CEdit type. Also i hv to collect string value from CstringArray like this..
CStringArray* aXMLfiles;
CString filename;
int mlen = aXMLfiles->GetSize();
// write all the XML files
for(j=0;j<mlen;j++)
{
filename="aXMLfiles-">GetAt(j);
LPTCSTR lpszString = filename;
fptr = fopen( lpszString, "r" );
////do something////
}
still i get error.
GeneralRe: CString to const char* conversion Pin
Johan Rosengren2-Jul-04 20:56
Johan Rosengren2-Jul-04 20:56 
GeneralRe: CString to const char* conversion Pin
sugumar2-Jul-04 22:00
sugumar2-Jul-04 22:00 
GeneralRe: CString to const char* conversion Pin
Johan Rosengren2-Jul-04 22:09
Johan Rosengren2-Jul-04 22:09 
GeneralRe: CString to const char* conversion Pin
markkuk2-Jul-04 22:42
markkuk2-Jul-04 22:42 
GeneralRe: CString to const char* conversion Pin
cmk3-Jul-04 10:05
cmk3-Jul-04 10:05 
GeneralDialogbox Pin
Ken Mazaika2-Jul-04 18:57
Ken Mazaika2-Jul-04 18:57 
GeneralRe: Dialogbox Pin
Johan Rosengren2-Jul-04 20:59
Johan Rosengren2-Jul-04 20:59 
GeneralRe: Dialogbox Pin
Ken Mazaika3-Jul-04 4:41
Ken Mazaika3-Jul-04 4:41 
GeneralRe: Dialogbox Pin
Johan Rosengren3-Jul-04 5:43
Johan Rosengren3-Jul-04 5:43 
QuestionHow to use MFC 4 in Visual Studio .NET ? Pin
georgestrajan2-Jul-04 18:37
georgestrajan2-Jul-04 18:37 
General@#$!!!!! Pin
the_augy2-Jul-04 17:50
the_augy2-Jul-04 17:50 
GeneralRe: @#$!!!!! Pin
PJ Arends2-Jul-04 18:05
professionalPJ Arends2-Jul-04 18:05 
GeneralRe: @#$!!!!! Pin
the_augy2-Jul-04 18:08
the_augy2-Jul-04 18:08 
GeneralRe: @#$!!!!! Pin
Michael P Butler2-Jul-04 21:59
Michael P Butler2-Jul-04 21:59 
GeneralChange the font in a CEditView Pin
toothless boots2-Jul-04 16:48
toothless boots2-Jul-04 16:48 
GeneralRe: Change the font in a CEditView Pin
PJ Arends2-Jul-04 17:18
professionalPJ Arends2-Jul-04 17:18 
GeneralRe: Change the font in a CEditView Pin
toothless boots3-Jul-04 3:35
toothless boots3-Jul-04 3:35 

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.