The SandmanRe: Data window in Soft iceWed Dec 9 16:20:04 1998 Greetings Sinekk,Hmmm.. I noticed you used the 16-bit version of getWindowText function rather than the 32-bit one which has an 'A' after the function name like this getwindowtextA. If your following this project then Use bpx getwindowtextA instead.I also noticed you didnt use any F12's F10's once Softice halted on bpx getwindowtext function.. Did you forget to type these in or did you start using D eax etc once softice was halted?.Ideally, you need to return back into the target program before you can start displaying the contents of the Registers. Are you following this project?, if so then use F12 followed by some F10's to get some idea of what the program is doing.Sandman