Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 21:43
Dhiraj kumar Saini8-Sep-08 21:43 
GeneralRe: EditBox Problem Pin
Naveen8-Sep-08 22:08
Naveen8-Sep-08 22:08 
GeneralRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 22:36
Dhiraj kumar Saini8-Sep-08 22:36 
QuestionRe: EditBox Problem Pin
Rajesh R Subramanian8-Sep-08 22:46
professionalRajesh R Subramanian8-Sep-08 22:46 
AnswerRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 22:56
Dhiraj kumar Saini8-Sep-08 22:56 
AnswerRe: EditBox Problem Pin
Rajesh R Subramanian8-Sep-08 23:04
professionalRajesh R Subramanian8-Sep-08 23:04 
AnswerRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 21:46
Dhiraj kumar Saini8-Sep-08 21:46 
QuestionHow can i change VC++ 2008 Variables? Pin
DavidKim24c8-Sep-08 20:36
DavidKim24c8-Sep-08 20:36 
Hello, There.

I changed tool, VC++2008 but I had a error code.

How can i repair this error?



Error Message
=======================
Error 1 error C2440: 'static_cast' : 'void (__thiscall CDisplayRect::* )(WPARAM,LPARAM)' to

'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' Can't change.



Maked Message.
=======================

// for Windows messages #define ON_MESSAGE(message, memberFxn) \ { message, 0, 0, 0, AfxSig_lwl, \ (AFX_PMSG)(AFX_PMSGW) \ (static_cast< LRESULT (AFX_MSG_CALL CWnd::*)(WPARAM, LPARAM) > \ (memberFxn)) }





Calling Function.
===================
ON_MESSAGE(WM_DISPLAY_RECT, DisplayRect);

Thank you

AnswerRe: How can i change VC++ 2008 Variables? Pin
Nibu babu thomas8-Sep-08 21:04
Nibu babu thomas8-Sep-08 21:04 
QuestionError 12 error C2664: '_wtof' : cannot convert parameter 1 from 'CString' to 'const wchar_t *' Pin
Dhiraj kumar Saini8-Sep-08 19:57
Dhiraj kumar Saini8-Sep-08 19:57 
AnswerRe: Error 12 error C2664: '_wtof' : cannot convert parameter 1 from 'CString' to 'const wchar_t *' Pin
CPallini8-Sep-08 19:59
mveCPallini8-Sep-08 19:59 
Questionscrollbar in my MFC ActiveX Control Pin
jagannathan thiruvengadathan8-Sep-08 19:52
jagannathan thiruvengadathan8-Sep-08 19:52 
QuestionGDI+ concern??????? Pin
TooShy2Talk8-Sep-08 19:32
TooShy2Talk8-Sep-08 19:32 
AnswerRe: GDI+ concern??????? Pin
CPallini8-Sep-08 19:55
mveCPallini8-Sep-08 19:55 
QuestionRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 20:15
TooShy2Talk8-Sep-08 20:15 
AnswerRe: GDI+ concern??????? Pin
SandipG 8-Sep-08 20:37
SandipG 8-Sep-08 20:37 
GeneralRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 20:36
TooShy2Talk8-Sep-08 20:36 
QuestionRe: GDI+ concern??????? [modified] Pin
CPallini8-Sep-08 20:54
mveCPallini8-Sep-08 20:54 
AnswerRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 21:25
TooShy2Talk8-Sep-08 21:25 
GeneralRe: GDI+ concern??????? Pin
SandipG 8-Sep-08 21:36
SandipG 8-Sep-08 21:36 
GeneralRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 22:10
TooShy2Talk8-Sep-08 22:10 
GeneralRe: GDI+ concern??????? [modified] Pin
SandipG 8-Sep-08 22:33
SandipG 8-Sep-08 22:33 
GeneralRe: GDI+ concern??????? Pin
CPallini8-Sep-08 22:46
mveCPallini8-Sep-08 22:46 
GeneralRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 22:58
TooShy2Talk8-Sep-08 22:58 
GeneralRe: GDI+ concern??????? Pin
CPallini8-Sep-08 23:04
mveCPallini8-Sep-08 23:04 

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.