| View previous topic :: View next topic |
| Author |
Message |
Matrix Guest
|
Posted: Mon Aug 30, 2004 2:36 pm Post subject: Problems with WM_ENABLE |
|
|
I wrote a component descending from TEdit that traps the
WM_ENABLE message.
I put an instance of this new component in my form and I saw
that if I set the Enable property to false the WM_ENABLE
message hasn't sent.
I saw that the Message.Msg value is 0x0B00C????
Any advice???
TIA.
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Aug 30, 2004 6:11 pm Post subject: Re: Problems with WM_ENABLE |
|
|
"Matrix" <f_l_a_v_i_o.ba.ri.so.ne (AT) el_s_a_g (DOT) it> wrote
| Quote: | I saw that the Message.Msg value is 0x0B00C????
|
The value of WM_ENABLE is 0x000A.
0xB00C is CM_ENABLEDCHANGED.
Gambit
|
|
| Back to top |
|
 |
Matrix Guest
|
Posted: Tue Aug 31, 2004 6:47 am Post subject: Re: Problems with WM_ENABLE |
|
|
"Remy Lebeau (TeamB)" <no.spam (AT) no (DOT) spam.com> wrote:
| Quote: |
"Matrix" <f_l_a_v_i_o.ba.ri.so.ne (AT) el_s_a_g (DOT) it> wrote in message
news:41333b56$1 (AT) newsgroups (DOT) borland.com...
I saw that the Message.Msg value is 0x0B00C????
The value of WM_ENABLE is 0x000A.
0xB00C is CM_ENABLEDCHANGED.
Gambit
|
Many many thanks...
|
|
| Back to top |
|
 |
|