VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

DUN Auto Reconnect

Tyler  (4 Submissions)   Internet/HTML   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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.

API Declarations
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
Private Const SW_SHOW = 5

Rate DUN Auto Reconnect (3(3 Vote))
DUN Auto Reconnect.bas

DUN Auto Reconnect Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters