Log in

View Full Version : softice question


deadbeef
March 10th, 2004, 06:19
hi all,

maybe someone has an idea for my problem.

in former times i always used softice on w9x platforms.
i often used the BMSG (breakpoint on windows message)
command and everything was fine.
first getting a valid handle by using HWND and then BMSG with that handle.

when i switched to windows 2K/XP i also tried it out.

addr <programm>
hwnd
bmsg <valid-handle-from-programm> wm_destroy

but BMSG always tells me, i've entered a invalid window handle.

WTF ?

HELP !

cheers,
deadbeef

JMI
March 10th, 2004, 09:16
deadbeef:

Well, once AGAIN we have a first time poster who ignored the BIG RED LETTERS at the top of the Forums, who was sooooooo anxious to get an IMMEDIATE answer to his question, he didn't read the FAQ or Search for the answer like he was supposted to do BEFORE asking the question.

deedbeef-- Go back and read the FAQ and then USE THE SEARCH BUTTON and enter BMSG and READ what you find. IF that doesn't help you, come back with the information suggested by the FAQ with a more pointed question that hasn't ALREADY been answered.

Regards,

Aimless
March 11th, 2004, 01:44
Try BMSG on the window containing the controls, not the controls itself.

Have Phun