PDA

Click to See Complete Forum and Search --> : Automaticly change website!


paul
Jan 27th, 2000, 02:33 AM
Can any one help me to change websites in VB6
This will work but I need it to change to 8 different websites giving each about one minuite of viewing time.
Any Ideas would be appreciated

ChrisJackson
Jan 27th, 2000, 04:20 AM
Hi Paul.

You can use a webbrowser control and a timer to do this.

Use the Navigate or Navigate2 methods of the Control to go to different web pages based on a certain interval of time controlled by the Timer.

Check into this and do another post if you have specific questions.

All the best.

Chris

[This message has been edited by ChrisJackson (edited 01-27-2000).]