View Full Version : BPX on a button??
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
11-04-2000, 04:12 AM
To refresh your memory:
bmsg 03ac wm_lbuttonup
NchantA
11-06-2000, 11:30 AM
bmsg HWND WM_COMMAND
is also a usefull command when dealing with buttons...
NchantA
goatass
11-06-2000, 11:54 AM
another good one is:
bmsg HWND WM_GETTEXT
goatass
NikDH
11-06-2000, 07:09 PM
[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

))
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.