Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString to LPCTSTR Pin
Alvaro Mendez19-Sep-03 12:01
Alvaro Mendez19-Sep-03 12:01 
GeneralRe: CString to LPCTSTR Pin
User 665819-Sep-03 6:52
User 665819-Sep-03 6:52 
GeneralRe: CString to LPCTSTR Pin
Binayak19-Sep-03 9:59
Binayak19-Sep-03 9:59 
GeneralRe: CString to LPCTSTR Pin
Michael Dunn19-Sep-03 11:15
sitebuilderMichael Dunn19-Sep-03 11:15 
GeneralRe: CString to LPCTSTR Pin
Binayak19-Sep-03 11:53
Binayak19-Sep-03 11:53 
GeneralRe: CString to LPCTSTR Pin
Tim Smith19-Sep-03 12:16
Tim Smith19-Sep-03 12:16 
GeneralRe: CString to LPCTSTR Pin
Alvaro Mendez19-Sep-03 11:59
Alvaro Mendez19-Sep-03 11:59 
GeneralRe: CString to LPCTSTR Pin
Gary R. Wheeler20-Sep-03 3:33
Gary R. Wheeler20-Sep-03 3:33 
NO. Simply casting an LPCTSTR to a char * simply converts the pointer, not the characters. You must convert the characters, which requires using something like WideCharToMultiByte.


Software Zen: delete this;
GeneralReading/Writing XP registry files Pin
skaanji19-Sep-03 6:34
skaanji19-Sep-03 6:34 
GeneralRe: Reading/Writing XP registry files Pin
David Crow19-Sep-03 7:40
David Crow19-Sep-03 7:40 
GeneralRe: Reading/Writing XP registry files Pin
skaanji19-Sep-03 8:21
skaanji19-Sep-03 8:21 
GeneralRe: Reading/Writing XP registry files Pin
David Crow19-Sep-03 8:26
David Crow19-Sep-03 8:26 
GeneralRe: Reading/Writing XP registry files Pin
ZoogieZork19-Sep-03 8:56
ZoogieZork19-Sep-03 8:56 
GeneralRe: Reading/Writing XP registry files Pin
skaanji19-Sep-03 9:39
skaanji19-Sep-03 9:39 
QuestionHow to save the structure of a tree view? Pin
Kayembi19-Sep-03 6:34
Kayembi19-Sep-03 6:34 
AnswerRe: How to save the structure of a tree view? Pin
l a u r e n20-Sep-03 6:04
l a u r e n20-Sep-03 6:04 
QuestionBetter way of changing window title and icon at run-time? Pin
Kayembi19-Sep-03 6:21
Kayembi19-Sep-03 6:21 
GeneralTool Tip Appearance Time Pin
Marty1020304019-Sep-03 6:11
Marty1020304019-Sep-03 6:11 
Generalmail verifier Pin
Max Santos19-Sep-03 5:53
Max Santos19-Sep-03 5:53 
GeneralInstallshield DLL Problem Pin
Anonymous19-Sep-03 5:42
Anonymous19-Sep-03 5:42 
GeneralInstallshield Pin
Anonymous19-Sep-03 5:36
Anonymous19-Sep-03 5:36 
QuestionHow to create a VC program to read text Pin
harshsingh19-Sep-03 5:13
harshsingh19-Sep-03 5:13 
AnswerRe: How to create a VC program to read text Pin
keegan19-Sep-03 5:41
keegan19-Sep-03 5:41 
GeneralRe: How to create a VC program to read text Pin
harshsingh21-Sep-03 18:24
harshsingh21-Sep-03 18:24 
GeneralRe: How to create a VC program to read text Pin
keegan21-Sep-03 20:58
keegan21-Sep-03 20:58 

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.