Does anyone know how to run things ontop of the desktop or over a screen shot of it?
thx Zortzblatz
thx Zortzblatz
Lines needed in Userlib: User32.decls FindWindow%( class$,Text$ ):"FindWindowA" ShowWindow(hwnd%,nCmdShow%) GetActiveWindow%() GetDC%(hWnd% ) ReleaseDC%(hWnd%,hDC%) GetDesktopWindow%() GetSystemMetrics%(nIndext%) Lines needed in Userlib: Gdi32.decls BitBlt%(hDestDC%,X%,Y%,nWidth%,nHeight%,hSrcDC,XSrc,YSrc,dwRop)