Some while back I installed an app (in Windows) which allows moving and sizing a window without dragging the window edge. Specifically, ctl-window-LMouse moves the window (with the mouse anywhere inside the window) and ctl-window-RMouse resizes (mouse left or right half of windows resizes using top left corner, right or bottom half uses bottom right corner).
OK, great app. Problem is I don't know what it is. I've gone through every start menu entry (and there are a lot), every system startup app, drivers, downloads. Nothing rings a bell, and the typical ones that might do this (Actual Windows Manager, Dexpot, RTFB, etc) don't.
So then I resorted to some available alleged hotkey detectors, none of which detected anything worth noting (some nothing at all). It seems that the definitive way to do this is to use spyxx from Visual Studio and trap WM_xxx messages when the hotkey is pressed. I don't have that and don't fancy install VS just for this...
Anyone got a bright idea? Even better if you know the actual app from the description