Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need to print web pages
Message
General information
Forum:
Visual Basic
Category:
VBScript
Miscellaneous
Thread ID:
00406288
Message ID:
00406818
Views:
25
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"?
Previous
Reply
Map
View

Click here to load this message in the networking platform