Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Blinking effect in Cwnd child window Pin
Optimus Chaos30-May-06 21:05
Optimus Chaos30-May-06 21:05 
GeneralRe: Blinking effect in Cwnd child window Pin
aragornx30-May-06 23:48
aragornx30-May-06 23:48 
QuestionUrgent :- How to Convert char* to LPWSTR Pin
Rocky Marrone30-May-06 2:08
Rocky Marrone30-May-06 2:08 
AnswerRe: Urgent :- How to Convert char* to LPWSTR Pin
Naveen30-May-06 2:12
Naveen30-May-06 2:12 
AnswerRe: Urgent :- How to Convert char* to LPWSTR Pin
Hamid_RT30-May-06 3:40
Hamid_RT30-May-06 3:40 
GeneralRe: Urgent :- How to Convert char* to LPWSTR Pin
PJ Arends30-May-06 7:33
professionalPJ Arends30-May-06 7:33 
GeneralRe: Urgent :- How to Convert char* to LPWSTR Pin
Hamid_RT30-May-06 8:11
Hamid_RT30-May-06 8:11 
AnswerRe: Urgent :- How to Convert char* to LPWSTR Pin
Sarath C30-May-06 4:18
Sarath C30-May-06 4:18 
if u r using MFC libraby, u can do this using

char * pName = new char[5];
strcpy(pName,"test");
CString strText(pName);

u can do different conversion using CString e.g: LPSTR, LPCTSTR, LPWSTR

LPWSTR pWstr = (LPWSTR)strText;

SaRath

"D on't blindly follow rules you read somewhere without verifying that it makes sense for your situation!"
QuestionData Base data Insertion Problem (SOS..) [modified] Pin
Scorpio30-May-06 1:53
Scorpio30-May-06 1:53 
AnswerRe: Data Base data Insertion Problem (SOS..) [modified] Pin
Steve S30-May-06 4:05
Steve S30-May-06 4:05 
QuestionHow to find the number of lines compiled in C/C++? Pin
Balachander P30-May-06 1:53
Balachander P30-May-06 1:53 
AnswerRe: How to find the number of lines compiled in C/C++? Pin
Ștefan-Mihai MOGA30-May-06 3:08
professionalȘtefan-Mihai MOGA30-May-06 3:08 
AnswerRe: How to find the number of lines compiled in C/C++? Pin
toxcct30-May-06 3:23
toxcct30-May-06 3:23 
QuestionInheritance in C Pin
NiceNaidu30-May-06 1:50
NiceNaidu30-May-06 1:50 
AnswerRe: Inheritance in C Pin
Nemanja Trifunovic30-May-06 2:05
Nemanja Trifunovic30-May-06 2:05 
AnswerRe: Inheritance in C Pin
_AnsHUMAN_ 30-May-06 2:52
_AnsHUMAN_ 30-May-06 2:52 
GeneralRe: Inheritance in C Pin
toxcct30-May-06 3:02
toxcct30-May-06 3:02 
GeneralRe: Inheritance in C Pin
Roger Stoltz30-May-06 3:07
Roger Stoltz30-May-06 3:07 
AnswerRe: Inheritance in C Pin
Michael Dunn30-May-06 6:51
sitebuilderMichael Dunn30-May-06 6:51 
GeneralRe: Inheritance in C Pin
toxcct30-May-06 7:19
toxcct30-May-06 7:19 
GeneralRe: Inheritance in C Pin
NiceNaidu30-May-06 18:30
NiceNaidu30-May-06 18:30 
GeneralRe: Inheritance in C Pin
NiceNaidu30-May-06 18:32
NiceNaidu30-May-06 18:32 
GeneralRe: Inheritance in C Pin
toxcct30-May-06 21:37
toxcct30-May-06 21:37 
Questionwindows mobile 5.0 for pocket pc (How to start coding?) Pin
Ravi_wm530-May-06 1:41
Ravi_wm530-May-06 1:41 
AnswerWrapping text in CToolTipCtrl Pin
Sarath C30-May-06 1:35
Sarath C30-May-06 1:35 

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.