02-09-2006, 05:18 PM
Easy.
Upload a html with your news in and call it news.html
In componts look for thease
![[Image: msconpbb4.gif]](http://img417.imageshack.us/img417/3029/msconpbb4.gif)
put then both in the projects form where you want them.
Call the browser brow1
add this code to form load
If you want it to activate on command click then it will be
I cleaned this up, if you have any questions just ask
Upload a html with your news in and call it news.html
In componts look for thease
![[Image: msconpbb4.gif]](http://img417.imageshack.us/img417/3029/msconpbb4.gif)
put then both in the projects form where you want them.
Call the browser brow1
add this code to form load
Code:
brow1.navigate "http://urlhere"
Code:
Private sub cmdbutton_click
browser1.navigate "urlhere"
end sub
I cleaned this up, if you have any questions just ask
