This line is having some problem
VB Code:
Public Declare Function RasHangUp Lib "rasapi32.dll" Alias _ "RasHangUpA" (ByVal hRasConn As Long) As LongPublic gstrISPName As String Public ReturnCode As Long
The error message is Compiler error Expected: end of statement
Please help




Reply With Quote