Click here to Skip to main content
15,895,370 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: timer in MFC application Pin
_AnsHUMAN_ 14-Jul-08 2:22
_AnsHUMAN_ 14-Jul-08 2:22 
GeneralRe: timer in MFC application PinPopular
CPallini14-Jul-08 2:27
mveCPallini14-Jul-08 2:27 
GeneralRe: timer in MFC application Pin
_AnsHUMAN_ 14-Jul-08 3:02
_AnsHUMAN_ 14-Jul-08 3:02 
GeneralRe: timer in MFC application Pin
CPallini14-Jul-08 8:25
mveCPallini14-Jul-08 8:25 
GeneralRe: timer in MFC application Pin
ThatsAlok15-Jul-08 3:53
ThatsAlok15-Jul-08 3:53 
GeneralRe: timer in MFC application Pin
ThatsAlok15-Jul-08 3:52
ThatsAlok15-Jul-08 3:52 
Questionis this conversion from a char buf to a wchar correct? Pin
gabbana14-Jul-08 1:07
gabbana14-Jul-08 1:07 
AnswerRe: is this conversion from a char buf to a wchar correct? Pin
Varghese Paul M14-Jul-08 1:38
Varghese Paul M14-Jul-08 1:38 
Try Win32 API "MultiByteToWideChar"

For example

int nSize = MultiByteToWideChar(CP_ACP,MB_PRECOMPOSED,buf,strlen(buf),input,sizeof(input));
input[nSize] = 0;

GeneralRe: is this conversion from a char buf to a wchar correct? Pin
gabbana14-Jul-08 2:13
gabbana14-Jul-08 2:13 
QuestionRe: is this conversion from a char buf to a wchar correct? Pin
CPallini14-Jul-08 1:53
mveCPallini14-Jul-08 1:53 
AnswerRe: is this conversion from a char buf to a wchar correct? Pin
gabbana14-Jul-08 2:12
gabbana14-Jul-08 2:12 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
CPallini14-Jul-08 2:25
mveCPallini14-Jul-08 2:25 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
gabbana14-Jul-08 3:10
gabbana14-Jul-08 3:10 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
CPallini14-Jul-08 9:30
mveCPallini14-Jul-08 9:30 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
David Crow14-Jul-08 8:28
David Crow14-Jul-08 8:28 
AnswerRe: is this conversion from a char buf to a wchar correct? Pin
ThatsAlok15-Jul-08 3:50
ThatsAlok15-Jul-08 3:50 
QuestionHow to create a Toolbar with Dockin & Floating effect?? Pin
Michael_SDE14-Jul-08 0:39
Michael_SDE14-Jul-08 0:39 
AnswerRe: How to create a Toolbar with Dockin & Floating effect?? Pin
enhzflep14-Jul-08 2:28
enhzflep14-Jul-08 2:28 
QuestionTreeCtrl in FormView. Pin
Le@rner14-Jul-08 0:25
Le@rner14-Jul-08 0:25 
AnswerRe: TreeCtrl in FormView. Pin
led mike14-Jul-08 8:15
led mike14-Jul-08 8:15 
GeneralRe: TreeCtrl in FormView. Pin
Le@rner15-Jul-08 18:01
Le@rner15-Jul-08 18:01 
Questionfatal error Pin
pavya_Cool13-Jul-08 23:21
pavya_Cool13-Jul-08 23:21 
AnswerRe: fatal error Pin
CPallini13-Jul-08 23:40
mveCPallini13-Jul-08 23:40 
GeneralRe: fatal error Pin
pavya_Cool13-Jul-08 23:52
pavya_Cool13-Jul-08 23:52 
QuestionRe: fatal error Pin
CPallini14-Jul-08 0:01
mveCPallini14-Jul-08 0:01 

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.