Stop a Microsoft Web Browser

jcarlier

New member
Local time
Today, 02:46
Joined
Mar 27, 2009
Messages
4
Hi,

Help ...

I have 2 forms and one of them (Name is Ticker ) contains a web browser control (name is ticker) and the form's event is:

Private Sub ticker_Enter()
Me.ticker.Navigate "http://m6.symexbelgium.com/ticker/quotes.html?indice=2"
End Sub

I just want from the other form stop the ticker by means of a button

i have coded in the Click event :

Forms![ticker]![ticker].Stop


Nothing happens !!!!!


How can i do stop the ticker' form

In advance , Many thanks

Jack
Brussels
 

Users who are viewing this thread

Back
Top Bottom