Advertisement
2002ASP Internet/ HTML #4930

DUN Auto Reconnect

Hits the Reconnect button when it finds the Reconnect Button. I have more to this code, but this is one part of it that is important.

AI

Riepilogo AI: 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.

Codice sorgente
original-source
'' Better Off Putting it in a Timer.
'' Set the Interval to 3000.
'' Private Sub Timer1_Timer()
dim findwin as Long
findwin = FindWindow("#32770", "Reestablish Connection")
If findwin <> 0 Then
Call ShowWindow(findwin, SW_SHOW)
SendKeys "{enter}", True
End If
'' End Sub
Commenti originali (3)
Recuperato da Wayback Machine