Capture the Screen in VB.NET

  • Thread starter Thread starter afrinspray
  • Start date Start date
A

afrinspray

Guest
Does anyone know how to get a screen capture in vb.net? I actually want to print an MDI form...

Thanks,
Mike
 
Have a play round with this code

Option Explicit On
Option Strict On
**********************************************************************************
PrintForm Class

Purpose: Print active window

Dependencies:

Author:
 
Back
Top