Hello,
I'm just trying to write a simple 'Hello World" on a game window (fullscreen),
but :
- without hooking Direct3DCreate9()
- without using dwmapi (so that it works on XP)
I'm trying with IDirect3D9::CreateDevice() and so on,
on the window of LOTRO (a great MMO btw...), where its window is=
HWND hWnd = FindWindow(L"Turbine Device Class", NULL);
(but could be any other game)
but without any luck.
Is it possible ?
Thanks in advance.






