Hi,
i started to write a little d3d9 tool, which will display target HP and MP.
i want to Center the Text in the middle of the Window.
So my problem is, how do i get the width of the window?
this would be perfect, but how do it get the hWnd of the Process?
BOOL WINAPI GetClientRect(
__in HWND hWnd,
__out LPRECT lpRect
);







