|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Prints out the content of a webpage
Hello,
How to use VB to print webpage? I need the code for printing. Thank you Cheers! Carine |
|
#2
|
|||
|
|||
|
as in using vb to generate a webpage or using vb to grab an existing webpage and print it?
|
|
#3
|
|||
|
|||
|
Hello,
It's using vb to grab an existing webpage and print it. Do have the code? I can find the javascripts as below at the web site but I cannot find the VB ![]() ************************************** ' Name: How to add "Print" button to you ' r page ' Description:Prints out the content of ' a webpage ' By: Magnus Simonarson ' ' ' Inputs:None ' ' Returns:Hard copy of your page ' 'Assumes:Insert the code into the body o ' f your page where you want it to appear ' 'Side Effects:None 'This code is copyrighted and has limite ' d warranties. 'Please see URL ' e.com/xq/ASP/txtCodeId.6231/lngWId.4/qx/ ' vb/scripts/ShowCode.htm 'for details. '************************************** <form> <input type="button" value="Print" Onclick="print()" ;> </form> Thank you Carine |
|
#4
|
|||
|
|||
|
Hello,
Anyone could help me? Cheers! Carine |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Prints out the content of a webpage |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|