Me.WebBrowser1.Navigate("about:blank")
Me.WebBrowser1.Document.Write("<marquee behavior=""scroll"" direction=""left"">some text</marquee>")
You can use other text than "some text".What I was expecting was to draw a stored line from sql and make it scroll. It can be done with webbrowser right?
No, it will exit fullscreen.Another side question. I'm having a full screen WMP running. Is it possible to make the web browser appear above the WMP. So it'll be at the bottom scrolling text while some files are playing in full screen mode