If you go to the following link you will find an app that does exactly what you want and it includes vb6 source code as well.
http://www.karenware.com/powertools/ptnetmon.asp
Place all the code from that thread in a module. Now on a for m put a command button and paste the following code.
Private Sub Command1_Click()
Call PingAddress("www.jeffmarler.com", "Echo This")
End Sub
This works for me. Your error just means that you either need to change the...
Can you be more specific about what part is not working and maybe post a bit of code showing that portion so we may better understand what is happening and maybe provide some help.
What is the Mfr./model of your router?
Are you accessing the Internet through a proxy server as well as the router or just the router?
Have you checked your GWPROB directory for messages there? If there are incoming messages here then they are making it past the router and the problem(s) at the...
I have ONLY GroupWise client here. The as well comment meant "as well as you". Sorry for the confusion. SMTP Port 25 is for OUTGOING mail. I would suggest that you try setting up port 110 in your router. It won't hurt anything to give it a shot. Routers and Server configurations can be...
Yes. Using API or through the Registry or by using Netsh with command line options called from VB. I am not 100% positive on the API though but am pretty sure.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.