Click here to Skip to main content
16,010,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Non-Wizard CEdit Control Pin
Ernest Laurentin11-Sep-02 18:38
Ernest Laurentin11-Sep-02 18:38 
GeneralCListCtrl: multi line report items, differing fonts Pin
JennyP11-Sep-02 10:39
JennyP11-Sep-02 10:39 
GeneralRe: CListCtrl: multi line report items, differing fonts Pin
Gary R. Wheeler11-Sep-02 14:14
Gary R. Wheeler11-Sep-02 14:14 
GeneralICopyHook and files... Pin
Anders Molin11-Sep-02 10:10
professionalAnders Molin11-Sep-02 10:10 
QuestionHow do I work with the '\' Pin
Jose Cruz11-Sep-02 9:51
Jose Cruz11-Sep-02 9:51 
AnswerRe: How do I work with the '\' Pin
spotofleopard11-Sep-02 9:58
spotofleopard11-Sep-02 9:58 
AnswerRe: How do I work with the '\' Pin
Tim Smith11-Sep-02 9:58
Tim Smith11-Sep-02 9:58 
GeneralRe: How do I work with the '\' Pin
Jose Cruz11-Sep-02 10:09
Jose Cruz11-Sep-02 10:09 
Ok this is the complete code
CString strSection = "Files";
CString strStringItem = "DataFiles";
m_strAppPath= theApp.GetProfileString(strSection, strStringItem);
// the value of m_strAppPath Now is = C:\esContaX\Archivos\TblPols.dbf
TRACE(m_strAppPath.GetBuffer(m_strAppPath.GetLength()));
//so trace shows C:\esContaX\Archivos\TblPols.dbf
m_strAppPath.TrimRight('\\');
TRACE(m_strAppPath.GetBuffer(m_strAppPath.GetLength()));
//Now trace shows the same value C:\esContaX\Archivos\TblPols.dbf
return TRUE;

GeneralRe: How do I work with the '\' Pin
Ernest Laurentin11-Sep-02 11:11
Ernest Laurentin11-Sep-02 11:11 
Generalan XOR problem!!! Pin
ns11-Sep-02 9:39
ns11-Sep-02 9:39 
GeneralRe: an XOR problem!!! Pin
Tim Smith11-Sep-02 9:56
Tim Smith11-Sep-02 9:56 
GeneralRe: an XOR problem!!! Pin
ns11-Sep-02 9:59
ns11-Sep-02 9:59 
GeneralRe: an XOR problem!!! Pin
Tim Smith11-Sep-02 10:14
Tim Smith11-Sep-02 10:14 
GeneralRe: an XOR problem!!! Pin
ns11-Sep-02 10:15
ns11-Sep-02 10:15 
GeneralRe: an XOR problem!!! Pin
Ravi Bhavnani11-Sep-02 10:21
professionalRavi Bhavnani11-Sep-02 10:21 
GeneralRe: an XOR problem!!! Pin
ns11-Sep-02 10:34
ns11-Sep-02 10:34 
GeneralRe: an XOR problem!!! Pin
Ravi Bhavnani11-Sep-02 10:39
professionalRavi Bhavnani11-Sep-02 10:39 
GeneralRe: an XOR problem!!! Pin
ns11-Sep-02 10:46
ns11-Sep-02 10:46 
GeneralRe: an XOR problem!!! Pin
Ravi Bhavnani11-Sep-02 10:51
professionalRavi Bhavnani11-Sep-02 10:51 
GeneralRe: an XOR problem!!! Pin
ns11-Sep-02 10:49
ns11-Sep-02 10:49 
GeneralRe: an XOR problem!!! Pin
Ravi Bhavnani11-Sep-02 10:55
professionalRavi Bhavnani11-Sep-02 10:55 
GeneralRe: an XOR problem!!! Pin
Ravi Bhavnani11-Sep-02 11:04
professionalRavi Bhavnani11-Sep-02 11:04 
GeneralRe: an XOR problem!!!Update Pin
ns12-Sep-02 2:57
ns12-Sep-02 2:57 
GeneralRe: an XOR problem!!! Pin
Michael Dunn11-Sep-02 13:36
sitebuilderMichael Dunn11-Sep-02 13:36 
GeneralWeird DLL dependencies Pin
Jim Crafton11-Sep-02 9:38
Jim Crafton11-Sep-02 9:38 

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.