Impresión con vb.net

Buenas tardes a todos

lo que pasa es que no he podido imprimir

un formulario completo este formulario posee un scrollbar

horizontal y contiene varios textbox que es lo que necesito en la impresión

estoy usando en visual studio 2010 y visual basic por favor es urgente de antemano

muchas gracias...

1 Respuesta

Respuesta

No me queda muy claro que es lo que deseas hacer. ¿Necesitas hacer un print screen?

Yo estoy tratando de implementar esto pero me da errores.

https://support.microsoft.com/en-us/kb/161299 

algo así... lo que necesito es imprimir todo un formulario lo que pasa es que con el print screen solo me manda a imprimir lo que se ve en la pantalla y quiero que la parte del formulario que no se ve en la pantalla también se salga en la impresión en papel

¿Pudiste implementar esto?

Según microsoft es lo que necesitas.

The CaptureWindow routine in the example captures any portion of a window given a window handle. The routine includes several parameters for describing the exact portion of the window to capture. Capture Window works by copying the on-screen image of a window into a new bitmap. It also checks to see if the screen has a palette and if so it makes a copy of it. CaptureWindow then calls CreateBitmapPicture to construct a bitmap from the newly created bitmap and palette.
The CaptureForm, CaptureClient, CaptureScreen, and CaptureActiveWindow routines included in the example all use CaptureWindow to capture specific windows. CaptureForm and CaptureClient both call Capture window and pass it the hWnd property of a Form object. CaptureScreen simply gets the handle to the desk top window and calls CaptureWindow. Similarly, CaptureActiveWindow just gets the window handle of the active window and calls CaptureWindow.

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas