Click here to Skip to main content
15,917,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handling WM_INITMENUPOPUP Pin
prasad_som5-Sep-06 2:40
prasad_som5-Sep-06 2:40 
QuestionUnderlined Text Pin
Anu_Bala4-Sep-06 23:41
Anu_Bala4-Sep-06 23:41 
AnswerRe: Underlined Text Pin
uday kiran janaswamy4-Sep-06 23:51
uday kiran janaswamy4-Sep-06 23:51 
AnswerRe: Underlined Text Pin
Cedric Moonen5-Sep-06 0:14
Cedric Moonen5-Sep-06 0:14 
AnswerRe: Underlined Text Pin
Hamid_RT6-Sep-06 8:04
Hamid_RT6-Sep-06 8:04 
QuestionMessageBoxW and converting to LPCWSTR Pin
sawerr4-Sep-06 22:58
sawerr4-Sep-06 22:58 
AnswerRe: MessageBoxW and converting to LPCWSTR Pin
uday kiran janaswamy4-Sep-06 23:03
uday kiran janaswamy4-Sep-06 23:03 
AnswerRe: MessageBoxW and converting to LPCWSTR Pin
fefe.wyx4-Sep-06 23:10
fefe.wyx4-Sep-06 23:10 
The default project charset setting in VS2005 is using UNICODE, so the MessageBox maps to MessageBoxW, which takes unicode strings as its input.
You can 1. changing your project's setting from using UNICODE to MBCS 2. enclose each of the string appeared in your source files with _T(). Or you can do both.
The _T macro will map the string to wide char string constant if the project is set to use UNICODE, and will map the string to normal ANSI string constants if the project is set to use MBCS charset.
GeneralRe: MessageBoxW and converting to LPCWSTR Pin
sawerr4-Sep-06 23:12
sawerr4-Sep-06 23:12 
GeneralRe: MessageBoxW and converting to LPCWSTR Pin
sawerr4-Sep-06 23:21
sawerr4-Sep-06 23:21 
GeneralRe: MessageBoxW and converting to LPCWSTR Pin
toxcct4-Sep-06 23:25
toxcct4-Sep-06 23:25 
GeneralRe: MessageBoxW and converting to LPCWSTR Pin
sawerr4-Sep-06 23:27
sawerr4-Sep-06 23:27 
GeneralRe: MessageBoxW and converting to LPCWSTR Pin
prasad_som4-Sep-06 23:27
prasad_som4-Sep-06 23:27 
GeneralRe: MessageBoxW and converting to LPCWSTR Pin
Milton Karimbekallil4-Sep-06 23:35
Milton Karimbekallil4-Sep-06 23:35 
QuestionUse of Select Option in Socket. Pin
uday kiran janaswamy4-Sep-06 22:47
uday kiran janaswamy4-Sep-06 22:47 
AnswerRe: Use of Select Option in Socket. Pin
_AnsHUMAN_ 4-Sep-06 23:16
_AnsHUMAN_ 4-Sep-06 23:16 
QuestionDifference in Heap and Stack. Pin
uday kiran janaswamy4-Sep-06 22:41
uday kiran janaswamy4-Sep-06 22:41 
AnswerRe: Difference in Heap and Stack. Pin
_AnsHUMAN_ 4-Sep-06 23:03
_AnsHUMAN_ 4-Sep-06 23:03 
GeneralRe: Difference in Heap and Stack. Pin
Steve S4-Sep-06 23:19
Steve S4-Sep-06 23:19 
GeneralRe: Difference in Heap and Stack. Pin
uday kiran janaswamy4-Sep-06 23:32
uday kiran janaswamy4-Sep-06 23:32 
GeneralRe: Difference in Heap and Stack. Pin
_AnsHUMAN_ 5-Sep-06 1:12
_AnsHUMAN_ 5-Sep-06 1:12 
GeneralRe: Difference in Heap and Stack. Pin
Steve S5-Sep-06 1:45
Steve S5-Sep-06 1:45 
GeneralRe: Difference in Heap and Stack. Pin
_AnsHUMAN_ 5-Sep-06 2:09
_AnsHUMAN_ 5-Sep-06 2:09 
QuestionAbout the drag&drop Pin
lj_wml4-Sep-06 22:28
lj_wml4-Sep-06 22:28 
AnswerRe: About the drag&drop Pin
Michael Dunn5-Sep-06 12:46
sitebuilderMichael Dunn5-Sep-06 12:46 

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.