Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
jhwurmbach19-Feb-05 3:16
jhwurmbach19-Feb-05 3:16 
QuestionWhy doesn't this work? Pin
Zero_divide_118-Feb-05 18:36
Zero_divide_118-Feb-05 18:36 
AnswerRe: Why doesn't this work? Pin
22491718-Feb-05 20:10
22491718-Feb-05 20:10 
GeneralRe: Why doesn't this work? Pin
Zero_divide_119-Feb-05 9:48
Zero_divide_119-Feb-05 9:48 
Generalsystem() fails in service mode Pin
ace_maggot18-Feb-05 18:34
ace_maggot18-Feb-05 18:34 
GeneralRe: system() fails in service mode Pin
22491718-Feb-05 19:15
22491718-Feb-05 19:15 
Generalwininit.ini Pin
includeh1018-Feb-05 18:17
includeh1018-Feb-05 18:17 
GeneralRe: wininit.ini Pin
Michael Dunn18-Feb-05 19:17
sitebuilderMichael Dunn18-Feb-05 19:17 
1) The \windows directory
2) It's an INI file, however for deleting it's harder because the format is:
[rename]
NUL=C:\temp\file1.exe
NUL=C:\foo\file2.exe
and so on. You can't use WritePrivateProfileString() because the second NUL line would replace the first. You need to read the whole file in, modify it, and write it back out. I know I saw an MSDN article with code to do this, but I can't find it now. Frown | :(

--Mike--
LINKS~! Ericahist updated! | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ
Strange things are afoot at the U+004B U+20DD

GeneralRe: wininit.ini Pin
includeh1018-Feb-05 22:59
includeh1018-Feb-05 22:59 
Generaldelete a file Pin
includeh1018-Feb-05 17:47
includeh1018-Feb-05 17:47 
GeneralRe: delete a file Pin
22491718-Feb-05 17:55
22491718-Feb-05 17:55 
GeneralRe: delete a file Pin
ThatsAlok18-Feb-05 19:05
ThatsAlok18-Feb-05 19:05 
GeneralDetect Dlls dynamically and statically load it Pin
Member 174261018-Feb-05 16:56
Member 174261018-Feb-05 16:56 
GeneralRe: Detect Dlls dynamically and statically load it Pin
Andrew Walker18-Feb-05 17:22
Andrew Walker18-Feb-05 17:22 
Questionvector,list and dqueue ? Pin
xcavin18-Feb-05 16:35
xcavin18-Feb-05 16:35 
AnswerRe: vector,list and dqueue ? Pin
Andrew Walker18-Feb-05 17:26
Andrew Walker18-Feb-05 17:26 
GeneralStrFormatByteSize don't work...help Pin
baboguru18-Feb-05 16:07
baboguru18-Feb-05 16:07 
GeneralRe: StrFormatByteSize don't work...help Pin
Michael Dunn18-Feb-05 16:16
sitebuilderMichael Dunn18-Feb-05 16:16 
Generalthank you very much Pin
baboguru22-Feb-05 15:17
baboguru22-Feb-05 15:17 
Generalsqrt( ) question Pin
joe_man18-Feb-05 15:31
joe_man18-Feb-05 15:31 
GeneralRe: sqrt( ) question Pin
Steve Mayfield18-Feb-05 15:39
Steve Mayfield18-Feb-05 15:39 
GeneralRe: sqrt( ) question Pin
joe_man18-Feb-05 15:50
joe_man18-Feb-05 15:50 
Generalleading 0 in float point variable 0.233 Pin
tnvols18-Feb-05 14:49
tnvols18-Feb-05 14:49 
GeneralRe: leading 0 in float point variable 0.233 Pin
Steve Mayfield18-Feb-05 15:42
Steve Mayfield18-Feb-05 15:42 
GeneralRe: leading 0 in float point variable 0.233 Pin
tnvols18-Feb-05 18:08
tnvols18-Feb-05 18:08 

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.