Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List Control with default text Pin
keerthikaaa16-Apr-06 20:53
keerthikaaa16-Apr-06 20:53 
QuestionRe: List Control with default text Pin
parichaybp16-Apr-06 21:07
parichaybp16-Apr-06 21:07 
AnswerRe: List Control with default text Pin
Nishad S16-Apr-06 23:55
Nishad S16-Apr-06 23:55 
GeneralRe: List Control with default text Pin
parichaybp16-Apr-06 20:52
parichaybp16-Apr-06 20:52 
GeneralRe: List Control with default text Pin
keerthikaaa16-Apr-06 21:05
keerthikaaa16-Apr-06 21:05 
QuestionRe: List Control with default text Pin
David Crow17-Apr-06 3:42
David Crow17-Apr-06 3:42 
QuestionConvert STL string --> TCHAR Pin
chasetoys16-Apr-06 20:05
chasetoys16-Apr-06 20:05 
AnswerRe: Convert STL string --> TCHAR Pin
_AnsHUMAN_ 16-Apr-06 20:12
_AnsHUMAN_ 16-Apr-06 20:12 
typedef std::basic_string< TCHAR > tstring;
is the correct syntax for changing a STL string to TCHAR
Now when you want to change the string to tstring you can use
tstring("ABCXYZ"); that's all
I hope this works fine at your end but there may be some other problem in the way you are using this code.Please specify how you are using the code.

Vision is Always important and so is your ATTITUDE.

Wishes.

Anshuman Dandekar
GeneralRe: Convert STL string --&gt; TCHAR Pin
chasetoys16-Apr-06 20:36
chasetoys16-Apr-06 20:36 
AnswerRe: Convert STL string --&gt; TCHAR Pin
Taka Muraoka16-Apr-06 20:17
Taka Muraoka16-Apr-06 20:17 
Questionhow to set position of dialog on main from a component. Pin
baldha rakesh16-Apr-06 19:34
baldha rakesh16-Apr-06 19:34 
AnswerRe: how to set position of dialog on main from a component. Pin
Gavin Taylor16-Apr-06 20:01
professionalGavin Taylor16-Apr-06 20:01 
AnswerRe: how to set position of dialog on main from a component. Pin
Hamid_RT17-Apr-06 19:25
Hamid_RT17-Apr-06 19:25 
GeneralRe: how to set position of dialog on main from a component. Pin
baldha rakesh17-Apr-06 19:33
baldha rakesh17-Apr-06 19:33 
Questionsingelton class Pin
rajeevktripathi16-Apr-06 18:02
rajeevktripathi16-Apr-06 18:02 
AnswerRe: singelton class Pin
Naveen16-Apr-06 18:23
Naveen16-Apr-06 18:23 
GeneralRe: singelton class Pin
Nishad S16-Apr-06 18:25
Nishad S16-Apr-06 18:25 
QuestionRe: singelton class Pin
rajeevktripathi16-Apr-06 18:29
rajeevktripathi16-Apr-06 18:29 
AnswerRe: singelton class Pin
Naveen16-Apr-06 19:20
Naveen16-Apr-06 19:20 
QuestionNeed a toolbar Pin
nightrider1316-Apr-06 14:07
nightrider1316-Apr-06 14:07 
QuestionON_NOTIFY problem in CtreeCtrl - Help Needed! Pin
Jim Jim16-Apr-06 11:24
Jim Jim16-Apr-06 11:24 
QuestionQuestion about XP-Styled Button Pin
RickAurbach16-Apr-06 10:09
RickAurbach16-Apr-06 10:09 
Questionparent and child data exchange Pin
llp00na16-Apr-06 7:49
llp00na16-Apr-06 7:49 
AnswerRe: parent and child data exchange Pin
Maxwell Chen16-Apr-06 7:56
Maxwell Chen16-Apr-06 7:56 
GeneralRe: parent and child data exchange Pin
llp00na16-Apr-06 10:43
llp00na16-Apr-06 10:43 

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.