Hi, Antonis!
What the CHSELCHANGE STRUCT means and how I can use it?
thanks.
What the CHSELCHANGE STRUCT means and how I can use it?
thanks.
Hi,
In ChildWindowProc
.ElseIf uMsg==WM_NOTIFY
MOV EDI,lParam
.If .NMHDR.code==EN_SELCHANGE
.CHSELCHANGE.xxxxx
I hope it helps,
Antonis
In ChildWindowProc
.ElseIf uMsg==WM_NOTIFY
MOV EDI,lParam
.If .NMHDR.code==EN_SELCHANGE
.CHSELCHANGE.xxxxx
I hope it helps,
Antonis
now it's clear!
thanks!
thanks!