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

C / C++ / MFC

 
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 
AnswerRe: How can i change VC++ 2008 Variables? Pin
Nibu babu thomas8-Sep-08 21:04
Nibu babu thomas8-Sep-08 21:04 
Well this is due to prototype difference in ON_MESSAGE macro message map function. Earlier this function returned a void now it returns an LRESULT.

So you got to change the prototype from

void DisplayRect(WPARAM, LPARAM)
to
LRESULT DisplayRect(WPARAM, LPARAM);<br />

Another one that has changed is ON_WM_ACTIVATEAPP(), whose last parameter used to be HTASK but now it's DWORD.


Nibu babu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

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 
AnswerRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 22:16
TooShy2Talk8-Sep-08 22:16 

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.