Asked by duncanb7
at 2024-10-28 05:10:10
Point:500 Replies:6 POST_ID:828401USER_ID:11059
Topic:
Miscellaneous Web Development;Visual Basic Programming;Windows Vista
I have VBA task program and scheduled to run in morning at 10:00AM using Schtask command
in Windows Vsita in order to get some data from website.
I would like to know how to detect my phone line is connected or not to internet during
morning ? and how to re-connect the line to internet through PPP connection with my username and passwd automatically in VBA with ISP provider''s internet connection information and my username
and passwd
my ISP provider's Ipv4 address:218.111.111.73
My ISP provider's Subnet Mask: 255.255.255.255
my ISP provider's Default Gateway:0.0.0.0
Username: "username"
Password: "passwd"
Please advise
Duncan
in Windows Vsita in order to get some data from website.
I would like to know how to detect my phone line is connected or not to internet during
morning ? and how to re-connect the line to internet through PPP connection with my username and passwd automatically in VBA with ISP provider''s internet connection information and my username
and passwd
my ISP provider's Ipv4 address:218.111.111.73
My ISP provider's Subnet Mask: 255.255.255.255
my ISP provider's Default Gateway:0.0.0.0
Username: "username"
Password: "passwd"
Please advise
Duncan