PDA

Click to See Complete Forum and Search --> : go to www.xyz...com & select all


Jan 10th, 2000, 04:39 AM
I am attempting to write a standard VB application that will open a browser, go to a specific site and then select all the text on a particular page.

I have gotten this far:
Shell("C:\Program Files\Plus!\Microsoft Internet\IEXPLORE.EXE", vbMaximizedFocus)

How would I specifiy an address, "select all" text on page and paste onto clipboard?

thanks

[This message has been edited by trophyfish (edited 01-10-2000).]

ramdasv
Jan 10th, 2000, 05:55 AM
User Microsoft Internet controls
as reference or components and you can do all this that is possible with IE.

thanks