Advertisement
2_2002-2004 Internet/ HTML #113259

a - Navigate And Wait

Navigate a web browser and wait for it to finish loading before going on to the next line of code!

AI

Resumen de IA: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Código fuente
original-source
'Navigate somewhere.
Me.WebBrowser1.Navigate "http://www..planet-source-code.com"
'Return control to the processor using
'the DoEvents until the page has been
'loaded, i.e. Completed.
Do
  DoEvents
Loop Until frmMain.Web.ReadyState = READYSTATE_COMPLETE
'Confirm the page has been downloaded.
MsgBox "Loaded"
Comentarios originales (3)
Recuperado de Wayback Machine