I don't know what's wrong with my code...
This is my code:
RECT rect; GetWindowRect(mhMainWnd, &rect); HDC hScrDC = GetDC(mhMainWnd); HDC hMemDC = CreateCompatibleDC(hScrDC); PrintWindow(mhMainWnd, hMemDC, 0); LPDIRECT3DSURFACE9 surf = NULL; surf->GetDC(&hMemDC); mTestTex->GetSurfaceLevel(0, &surf); surf->ReleaseDC(hMemDC); surf->Release(); DeleteDC(hMemDC) ; ReleaseDC(NULL, hScrDC);Any help would be appriciated!
Thanks!
Edited by kgs, 25 February 2013 - 08:14 PM.







