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
Printable View
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
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).]