|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
About the Printing
Hello everyone, i want to ask about the printing problem.
i want to print out the picture which is on the picture box. However, it can not print out when i using the printform method. Which method should i use to print out the picture on the picture box properly? |
|
#2
|
|||
|
|||
|
You can try resizing the window containing the form (without maximizing the window) to show all the controls. What ever is clipped in the window will probably not print.
PrintForm prints an image of the form, based on what is visible in the normal view (unmaximized) of the containing window. Also, you can try using an image control for your image. Or, you can write code to capture the form before printing. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > About the Printing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|