hi all,
I have a very general question.. My program is crashing in a window procedure...
the sample code is as follows..
[code=cpp]
return CallWindowProc( pccustgrid->m_wporiglistwn dproc, hwnd, message, wparam, lparam);
[/code]
this is a window procedure for a listbox.. sometimes it is crashing while editing the listbox.. actually this listbox is a part of customized grid.. if a user presses tab then he can navigate thru the grid.. and edit.
my question..
wat may be the reasons an application can crash in a window procedure?
Thnx for any replies,
xoinki
I have a very general question.. My program is crashing in a window procedure...
the sample code is as follows..
[code=cpp]
return CallWindowProc( pccustgrid->m_wporiglistwn dproc, hwnd, message, wparam, lparam);
[/code]
this is a window procedure for a listbox.. sometimes it is crashing while editing the listbox.. actually this listbox is a part of customized grid.. if a user presses tab then he can navigate thru the grid.. and edit.
my question..
wat may be the reasons an application can crash in a window procedure?
Thnx for any replies,
xoinki
Comment