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
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