Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to print web pages
Message
Information générale
Forum:
Visual Basic
Catégorie:
VBScript
Divers
Thread ID:
00406288
Message ID:
00406818
Vues:
26
Once you have your array fill. You can do:
Set oIE = CREATEOBJECT('InternetExplorer.Application')
oIE.Visible = .T.
oIE.Navigate(ArrayLink[1] )
In the IE there is method to print.
Somme thing like oIE.Print()

>Thank you for the suggestion, I have posted the question over there.
>However, it does not seem to fit there. I do not want to add code to a web page to print the page. I need to be able to load many pages (a whole site, stored on a local computer) and print the pages. There are near 500 pages and I am able to store all the file paths in an array. I can open ie and "navigate" to them. Now I need to be able to print the pages, preferably without hitting ctrl-p 500 times.
>
>Thanks Jerry
>
>Is there a way to use some sort of "keypress" with VBS so I can get focus on the screen and the hit "ctrl-p"?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform