Log in

View Full Version : BPX on a button??


pupp
November 4th, 2000, 02:55
Hi all
I can't remember how to break on a button in sice when in hwnd i see the button i want to break on (03AC) .
Was it just normal bpx 03ac ??
can ne1 help me

thanks

pupp

Petroff
November 4th, 2000, 04:12
To refresh your memory:

bmsg 03ac wm_lbuttonup

pupp
November 4th, 2000, 05:03
Thanks

pupp

NchantA
November 6th, 2000, 11:30
bmsg HWND WM_COMMAND

is also a usefull command when dealing with buttons...

NchantA

goatass
November 6th, 2000, 11:54
another good one is:

bmsg HWND WM_GETTEXT

goatass

NikDH
November 6th, 2000, 19:09
[QUOTE]NchantA (11-06-2000 00:30):
>bmsg HWND WM_COMMAND

>is also a usefull command when dealing with >buttons...

Hwnd refers to the windows in which the button stays: its parent window
In fact this window recevies the WM_COMMAND msg when we push the button ))