Página 1 de 1
THeader redefinition
Publicado: Mar Oct 17, 2006 7:53 am
por Oleg
Dear developers!
I make redefinition THeader class (see my thread 'TBColumn:cHeader') from
XHeader.
I need to redefine it's WNDPROC. Where in the methods can I find the place
to make this call with redefinition code?
I need that at this moment real Windows Header with all items is already
created.
Thank you.
Oleg.
THeader redefinition
Publicado: Mar Oct 17, 2006 10:27 am
por ignacio
Oleg,
You can not redefine WndProc at all. You should intercept any windows
message you need via the WM???? methods. For example: WMNotify().
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Oleg" <
info@cluster.samara.ru> escribió en el mensaje
news:[email=
453461ba@news.xailer.com...]
453461ba@news.xailer.com...[/email]
> Dear developers!
>
> I make redefinition THeader class (see my thread 'TBColumn:cHeader') from
> XHeader.
> I need to redefine it's WNDPROC. Where in the methods can I find the place
> to make this call with redefinition code?
> I need that at this moment real Windows Header with all items is already
> created.
>
> Thank you.
> Oleg.
>
>
THeader redefinition
Publicado: Mar Oct 17, 2006 10:27 am
por NoName
Oleg,
You can not redefine WndProc at all. You should intercept any windows
message you need via the WM???? methods. For example: WMNotify().
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Oleg" <
info@cluster.samara.ru> escribió en el mensaje
news:[email=
453461ba@news.xailer.com...]
453461ba@news.xailer.com...[/email]
> Dear developers!
>
> I make redefinition THeader class (see my thread 'TBColumn:cHeader') from
> XHeader.
> I need to redefine it's WNDPROC. Where in the methods can I find the place
> to make this call with redefinition code?
> I need that at this moment real Windows Header with all items is already
> created.
>
> Thank you.
> Oleg.
>
>