View Full Version : Process stays on top of Olly
Anonymous
August 16th, 2003, 03:02
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
August 16th, 2003, 04:05
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
August 16th, 2003, 05:24
or just run WinSpy and tell it to remove the topmost flag
Ricardo Narvaja
August 16th, 2003, 09:00
press ALT +f5 and OLLY will be on TOP, before RESTART OLLY press ALT mas F5 again to return to normal.
Ricardo
Ricardo Narvaja
August 16th, 2003, 09:17
You press ALT +F5 and you look the word TOP in OLLY and when press again this word TOP dissapear.
Ricardo
Anonymous
August 16th, 2003, 11:23
Thanks Ricardo, thats exactly what I was looking for and it worked perfect...

Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.