borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (How do i determine if the file exist online)Next Topic (Dynamic generation of XML File) New Topic New Poll Post Reply
AndreaVB Forum : Internet Applications : Check internet connection (modem) in Win9x
Poster Message
aekpong
Level: Whizz Kid

Registered: 27-12-2005
Posts: 14

icon Check internet connection (modem) in Win9x

I have trouble with check internet connection(modem). my project use this function "internetdial"

Public Declare Function InternetDial Lib "wininet.dll" (ByVal hwndParent As Long, ByVal lpszConiID As String, ByVal dwFlags As Long, ByRef hCon As Long, ByVal dwReserved As Long) As Long


Retval = InternetDial(Me.hwnd, List1.Text, DIAL_FORCE_UNATTENDED, hCon, 0&)
'and when internet connection connected(retval=0) on winXP it work.

same function not work in Win9x. function return "0" Alway. although no dial modem at this time

How to check?
Thanks ....  

____________________________
TK

14-04-2006 at 12:55 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Internet Applications : Check internet connection (modem) in Win9x
Previous Topic (How do i determine if the file exist online)Next Topic (Dynamic generation of XML File) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder