Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Java: Check for Internet Connection
Name: joe Date: December 18, 2002 at 09:14:07 Pacific OS: RH 8.0 CPU/Ram: old
Comment:
I am trying to write an internet kiosk management program in Java.
1) How do I check to see if a valid internet connection has been established? 2)How I prevent users from closing the main frame with the X in top right of the window? I tried the DO_NOTHING_ON_CLOSE option, which does not actually prevent the window from closing.
Summary: RobJN, Not a nice way, but one crude way to check for internet connection is to get a file thru ftp from a remote server(use the above script, instead of put, use get). If you got the file(If exists f...
Summary: I had a pc built. It loses internet connection if I start up then surf for a little while. I have to always disable then re-enable to make connection last. I have a new N wireless USB adapter and i...
Summary: Using Visual C++ is it possible to: 1) Check for a file in another folder 2) Create the folder if it does not exist 3) Create the file in the folder Its been awhile since I used Visual C++, so I cant ...