Recent content by jcarlier

  1. J

    Stop a Microsoft Web Browser

    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...
  2. J

    Pre-POpulate form 2

    You can also use the OPENARGS argument on the open event for transferring data between forms ...
  3. J

    same form already open

    Hi, i would like to know , when i open a form , if an instance of the same form is already open ?? How can i resolve it ?? have you an detailed example of it ?? Thanks sorry for my poor english ??
  4. J

    Object Busy

    maybe, you can retrieve some information to your problem: http://www.tek-tips.com/viewthread.cfm?qid=1448515&page=11
Back
Top Bottom