Hello,
I came across this code online that helped me with printing a panel in my winform. 
  
  <System.Runtime.InteropServices.DllImport("gdi32.dll")> _   Public Shared Function BitBlt(ByVal hdcDest As IntPtr, ByVal nXDest As Integer, ByVal nYDest As Integer, ByVal nWidth As Integer, ByVal...