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

C / C++ / MFC

 
AnswerRe: API For Monitoring Events on a Folder Pin
Hamid_RT24-Aug-07 3:02
Hamid_RT24-Aug-07 3:02 
QuestionHow change the menu background color? Pin
Cris23-Aug-07 10:30
Cris23-Aug-07 10:30 
AnswerRe: How change the menu background color? Pin
Mark Salsbery23-Aug-07 10:46
Mark Salsbery23-Aug-07 10:46 
AnswerRe: How change the menu background color? Pin
Hamid_RT24-Aug-07 3:02
Hamid_RT24-Aug-07 3:02 
QuestionTCHAR to char * Pin
Rajesh_Parameswaran23-Aug-07 9:00
Rajesh_Parameswaran23-Aug-07 9:00 
AnswerRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 9:44
Mark Salsbery23-Aug-07 9:44 
AnswerRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 9:49
Mark Salsbery23-Aug-07 9:49 
AnswerRe: TCHAR to char * Pin
Michael Dunn23-Aug-07 10:49
sitebuilderMichael Dunn23-Aug-07 10:49 
Use an ATL conversion macro:
CString s = _T("Hello world!");
const char* p = T2CA(LPCTSTR(s));
More here[^] and here[^]


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

Hungarian notation FTW

GeneralRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 11:17
Mark Salsbery23-Aug-07 11:17 
GeneralRe: TCHAR to char * Pin
Michael Dunn23-Aug-07 12:15
sitebuilderMichael Dunn23-Aug-07 12:15 
GeneralRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 12:40
Mark Salsbery23-Aug-07 12:40 
GeneralRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 12:45
Mark Salsbery23-Aug-07 12:45 
GeneralRe: TCHAR to char * Pin
Rajesh_Parameswaran24-Aug-07 0:47
Rajesh_Parameswaran24-Aug-07 0:47 
GeneralRe: TCHAR to char * [modified] Pin
Mark Salsbery24-Aug-07 5:04
Mark Salsbery24-Aug-07 5:04 
AnswerRe: TCHAR to char * Pin
Obukhov1-Nov-10 21:24
Obukhov1-Nov-10 21:24 
Questionproblem with context menu code Pin
ivansla23-Aug-07 8:26
ivansla23-Aug-07 8:26 
AnswerRe: problem with context menu code Pin
Maximilien23-Aug-07 8:31
Maximilien23-Aug-07 8:31 
AnswerRe: problem with context menu code Pin
Mark Salsbery23-Aug-07 9:53
Mark Salsbery23-Aug-07 9:53 
AnswerRe: "file selected is not in required template" VC 6.0 MFC Pin
jhwurmbach23-Aug-07 6:25
jhwurmbach23-Aug-07 6:25 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
Vaclav_23-Aug-07 6:37
Vaclav_23-Aug-07 6:37 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
ThatsAlok23-Aug-07 19:26
ThatsAlok23-Aug-07 19:26 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
Vaclav_24-Aug-07 9:47
Vaclav_24-Aug-07 9:47 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
Iain Clarke, Warrior Programmer23-Aug-07 22:28
Iain Clarke, Warrior Programmer23-Aug-07 22:28 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
Vaclav_24-Aug-07 9:36
Vaclav_24-Aug-07 9:36 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
Iain Clarke, Warrior Programmer24-Aug-07 12:27
Iain Clarke, Warrior Programmer24-Aug-07 12:27 

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.