Click here to Skip to main content
15,891,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CDialog [modified] Pin
baerten29-Oct-06 21:25
baerten29-Oct-06 21:25 
QuestionHow to check thread.? Pin
Max++27-Oct-06 4:22
Max++27-Oct-06 4:22 
AnswerRe: How to check thread.? Pin
Mike Dimmick27-Oct-06 4:26
Mike Dimmick27-Oct-06 4:26 
GeneralRe: How to check thread.? Pin
Max++27-Oct-06 4:32
Max++27-Oct-06 4:32 
GeneralRe: How to check thread.? Pin
benjymous27-Oct-06 5:06
benjymous27-Oct-06 5:06 
GeneralRe: How to check thread.? Pin
led mike27-Oct-06 5:11
led mike27-Oct-06 5:11 
GeneralRe: How to check thread.? Pin
ThatsAlok28-Oct-06 2:01
ThatsAlok28-Oct-06 2:01 
Questionproblem using WideCharToMultiByte() Pin
priyank_ldce27-Oct-06 3:54
priyank_ldce27-Oct-06 3:54 
Hi,
I am trying to convert wide character string to ASCII string. I get WideCharToMultiByte() API function to do this task. Now when I am using this function it gives me “ERROR_INVALID_PARAMETER” error. Can I know where I am going wrong?

wchar_t* wStr = L"test string";<br />
int wLen = ::wcslen(wStr);<br />
char* aStr = NULL;<br />
int aLen = ::WideCharToMultiByte(CP_ACP,0,wStr,wLen,NULL,0,NULL,NULL);<br />
int eCode = ::WideCharToMultiByte(CP_ACP,0,wStr,wLen,aStr,aLen,NULL,NULL);

AnswerRe: problem using WideCharToMultiByte() Pin
Nemanja Trifunovic27-Oct-06 4:11
Nemanja Trifunovic27-Oct-06 4:11 
QuestionDirectX license Pin
Daniel Kanev7-Mar-17 10:45
Daniel Kanev7-Mar-17 10:45 
AnswerRe: DirectX license Pin
Zac Howland27-Oct-06 3:33
Zac Howland27-Oct-06 3:33 
AnswerRe: DirectX license Pin
Mark Salsbery27-Oct-06 5:36
Mark Salsbery27-Oct-06 5:36 
Questionbutton kept pushed Pin
Desmo1627-Oct-06 3:02
Desmo1627-Oct-06 3:02 
AnswerRe: button kept pushed Pin
Chris Losinger27-Oct-06 4:09
professionalChris Losinger27-Oct-06 4:09 
AnswerRe: button kept pushed Pin
Roger Stoltz27-Oct-06 5:44
Roger Stoltz27-Oct-06 5:44 
AnswerRe: button kept pushed Pin
ThatsAlok28-Oct-06 1:57
ThatsAlok28-Oct-06 1:57 
QuestionGet Windows TaskBar Height & width Pin
QuickDeveloper27-Oct-06 2:43
QuickDeveloper27-Oct-06 2:43 
AnswerRe: Get Windows TaskBar Height & width Pin
Daniel Kanev27-Oct-06 3:27
Daniel Kanev27-Oct-06 3:27 
AnswerRe: Get Windows TaskBar Height &amp; width Pin
David Crow27-Oct-06 3:29
David Crow27-Oct-06 3:29 
AnswerRe: Get Windows TaskBar Height & width Pin
Michael Dunn27-Oct-06 16:24
sitebuilderMichael Dunn27-Oct-06 16:24 
GeneralRe: Get Windows TaskBar Height & width Pin
FrecherxDachs17-Mar-14 8:22
FrecherxDachs17-Mar-14 8:22 
QuestionHow to guess "do not display content while moving windows" mode Pin
fahmoun27-Oct-06 2:19
fahmoun27-Oct-06 2:19 
AnswerRe: How to guess "do not display content while moving windows" mode Pin
Gavin Taylor27-Oct-06 4:18
professionalGavin Taylor27-Oct-06 4:18 
GeneralRe: How to guess "do not display content while moving windows" mode Pin
fahmoun27-Oct-06 6:02
fahmoun27-Oct-06 6:02 
QuestionRe: How to guess "do not display content while moving windows" mode Pin
Waldermort27-Oct-06 17:55
Waldermort27-Oct-06 17:55 

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.