Click here to Skip to main content
15,910,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VS.NET GUID autogeneration trick Pin
Daniel Turini7-Nov-02 22:34
Daniel Turini7-Nov-02 22:34 
GeneralRe: VS.NET GUID autogeneration trick Pin
Jörgen Sigvardsson7-Nov-02 22:40
Jörgen Sigvardsson7-Nov-02 22:40 
GeneralColumn width of a list view control Pin
Daniel Strigl7-Nov-02 22:07
Daniel Strigl7-Nov-02 22:07 
GeneralRe: Column width of a list view control Pin
Joan M7-Nov-02 23:33
professionalJoan M7-Nov-02 23:33 
GeneralRe: Column width of a list view control Pin
Daniel Strigl8-Nov-02 0:01
Daniel Strigl8-Nov-02 0:01 
GeneralRe: how can i access from c++ to dbase database? Pin
Vagif Abilov7-Nov-02 22:05
professionalVagif Abilov7-Nov-02 22:05 
Questionuse *.fon font? Pin
alex147-Nov-02 21:35
alex147-Nov-02 21:35 
QuestionHow to change CString data to CString data(in Hex format)? (And change back) Pin
ooosawaddee37-Nov-02 21:08
ooosawaddee37-Nov-02 21:08 
I have this below CString data

<br />
CString m_str; <br />
m_str += "CAST";<br />


I need to change m_str to hex CString data. So I use this below function

<br />
CString m_hexstr<br />
m_hexstr.Format("%02X", m_str);  <br />


So I get m_hexstr = {"BC3E5C"}

But I want to ask about how to change back from hex CString data {"BC3E5C"} to CSting data {"CAST"}.

Thank you for your reply.
Answeranother question Pin
ooosawaddee37-Nov-02 22:27
ooosawaddee37-Nov-02 22:27 
GeneralRe: another question Pin
jhwurmbach7-Nov-02 22:57
jhwurmbach7-Nov-02 22:57 
GeneralRe: another question Pin
jmkhael8-Nov-02 2:42
jmkhael8-Nov-02 2:42 
QuestionDoes WinCE support ownerdraw list view controls (CListCtrl)? Pin
Daniel Strigl7-Nov-02 19:57
Daniel Strigl7-Nov-02 19:57 
Questionwho to change dll ?? Pin
maxyi7-Nov-02 18:15
maxyi7-Nov-02 18:15 
AnswerRe: who to change dll ?? Pin
Christian Graus7-Nov-02 18:28
protectorChristian Graus7-Nov-02 18:28 
GeneralRe: who to change dll ?? Pin
maxyi7-Nov-02 21:47
maxyi7-Nov-02 21:47 
GeneralRe: who to change dll ?? Pin
Vagif Abilov7-Nov-02 22:18
professionalVagif Abilov7-Nov-02 22:18 
AnswerRe: who to change dll ?? Pin
roboo7-Nov-02 18:32
roboo7-Nov-02 18:32 
AnswerRe: who to change dll ?? Pin
benjymous7-Nov-02 23:06
benjymous7-Nov-02 23:06 
GeneralRe: who to change dll ?? Pin
Christian Graus7-Nov-02 23:15
protectorChristian Graus7-Nov-02 23:15 
AnswerRe: who to change dll ?? Pin
includeh108-Nov-02 2:08
includeh108-Nov-02 2:08 
GeneralRe: who to change dll ?? Pin
maxyi14-Nov-02 2:44
maxyi14-Nov-02 2:44 
Questionhow to change dll !!!!! Pin
maxyi7-Nov-02 18:07
maxyi7-Nov-02 18:07 
AnswerRe: how to change dll !!!!! Pin
roboo7-Nov-02 18:09
roboo7-Nov-02 18:09 
GeneralRe: how to change dll !!!!! Pin
maxyi7-Nov-02 18:18
maxyi7-Nov-02 18:18 
AnswerRe: how to change dll !!!!! Pin
Christian Graus7-Nov-02 18:21
protectorChristian Graus7-Nov-02 18:21 

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.