The printwindow function isnt working for me. Here is my code, could someone please tell me what is wrong with it?
Private Sub CaptureScreen(ByVal f As Control)
screen = New Bitmap(f.Width, f.Height)
Dim g As Graphics = Graphics.FromImage(screen)
Dim hdc As IntPtr =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.