Take a screenshot (BitBlt and DC's)
My code here will allow you take a screen shot of the entire screen.
AI
Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Zdrojový kód
Public Function CaptureScreen(PicDest As Object) DeskWnd& = GetDesktopWindow deskdc& = GetDC(DeskWnd&) Call BitBlt(PicDest.hDC, 0&, 0&, Screen.Width, Screen.Height, deskdc&, _ 0&, 0&, SRCCOPY) Call ReleaseDC(deskdc&, 0&) PicDest.Refresh End Function
Původní komentáře (3)
Obnoveno z Wayback Machine