PDA

View Full Version : Process stays on top of Olly


Anonymous
08-16-2003, 04:02 AM
Ran into this problem on more than several occassions. When I'm debugging something and lets say I use my point.h or even a bpx on getdlgitemtexta, when the program breaks it stays on top of Olly. Then when I start stepping through, it still stays on top, making it a real bitch to see most of the code depending on the size of the window that is on top.

Did I miss a setting somewhere or has this happened to anyone else? Been bugging me for quiet some time now.

yaa
08-16-2003, 05:05 AM
It can be done easily, it's simply a topmost window/dialog ... look for a call to SetWindowPos for the involved window and change the second parameter passed to the API to 0 ...

yaa

Anonymous
08-16-2003, 06:24 AM
or just run WinSpy and tell it to remove the topmost flag

Ricardo Narvaja
08-16-2003, 10:00 AM
press ALT +f5 and OLLY will be on TOP, before RESTART OLLY press ALT mas F5 again to return to normal.

Ricardo

Ricardo Narvaja
08-16-2003, 10:17 AM
You press ALT +F5 and you look the word TOP in OLLY and when press again this word TOP dissapear.

Ricardo

Anonymous
08-16-2003, 12:23 PM

Thanks Ricardo, thats exactly what I was looking for and it worked perfect...